@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333333;
    min-width: 350px;
}

/* -----------font-----------*/
.Arial {
    font-family: "Arial", serif;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.forPC {
    display: none;
}
@media (min-width: 640px) {
.forPC {
        display: block;
}
}

/* -----------共通-----------*/
.link_webmousikomi1 {
    text-decoration: none;
    font-weight: bold;
    padding: 1.8rem 4rem;
    border-radius: 30px;
    display: block;
    text-align: center;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    transition: 0.5s;
    max-width: 340px;
}

.link_kaitorihakotira,
.link_webmousikomi2,
.link_odenwakotira {
    text-decoration: none;
    font-weight: bold;
    padding: 1.8rem 0;
    border-radius: 100px;
    display: block;
    text-align: center;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    width:100%;
    max-width: 340px;
    margin: auto;
    transition: 0.5s;
}

.link_kaitorihakotira,
.link_webmousikomi2 {
    background: #178018;
    color: #fff;
    border: solid 2px #0F5E10;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
}

.link_kaitorihakotira:hover {
    background: #fff;
    color: #105E10;
    border: solid 2px #0F5E10;
}

/* WEB申し込みはこちらボタンのホバーの編集 */
.link_webmousikomi2:hover,
.link_webmousikomi2.active,
.link_odenwakotira:hover,
.link_odenwakotira.active{
    background: #EAEAEA;
    color: #BBBBBB;
    border: solid 2px #EAEAEA;
}

.link_webmousikomi1 {
    background: #F9DF4F;
    color: #333;
    border: solid 2px #333;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
}

.link_webmousikomi1:hover {
    background: #fff;
    color: #333;
    border: solid 2px #F9DF4F;
}

.link_odenwakotira {
    background: #fff;
    color: #0F5E10;
    border: solid 2px #0F5E10;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
}


.link_box {
    margin: 10rem auto;
    transition: 0.5s;
}

.link_box a,
.link_box p {
    font-size: 2.3rem;
    margin-top: 15px;
    cursor: pointer;
}


.link_webmousikomi2_input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
}

.link_webmousikomi2_input.active {
    width: 320px;
    height: auto;
    padding: 1rem;
    margin: 2rem auto;
    line-height: 1.5;
}

.input-text {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
    width: 245px;
    height: 40px;
    box-sizing: border-box;
}

.input-button {
    border: 1px solid #105E10;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background-color: #105E10;
    width: 75px;
    padding: 0 1rem;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    letter-spacing: 10px;
}


/* -----------header-----------*/
.header_flex {
    display: flex;
    align-items: center;
    padding: 2rem 20px;
    max-width: 1280px;
    margin: auto;
}

.header_flex img {
    max-width: 9rem;
}

.header_box {
    margin-left: auto;
}

.header_box h1 {
    color: #105E10;
    font-size: 1.2rem;
    font-weight: bold;
    width: fit-content;
    transition: 0.5s;
}

.header_box a {
    margin: 1rem 0 0 auto;
    width: 12rem;
    font-size: 1.4rem;
    padding: 0.6rem;
    letter-spacing: 0.04em;
}


/* -----------top-----------*/
.main_visual_link_box {
    margin: 4rem auto 9.6rem;
    text-align: center;
    transition: 0.5s;
}

.main_visual_link_box a {
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 2rem;
}

.step4 {
    padding: 0 2rem;
}

.step4 h2 img {
    max-width: 25.5rem;
    margin: auto;
}

.step4_box {
    margin-top: 6rem;
    font-size: 2.3rem;
}

.step4_box:first-child {
    margin-top: 4rem;
}

.step4_box h3 {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #105E10;
    line-height: 1.2;
    margin: auto;
    transition: 0.5s;
}

.step4_box h3 .num{
    background: #F0EEE6;
    border-radius: 50%;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 3.6rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
}

.step4_box h3 p {
    font-size: 2.3rem;
    margin-left: 2rem;
}
.step4_box h3 p .step_s_txt{
    font-size: 2.1rem;
    text-align: center;
    display: block;
}

.step4_box img {
    width: 100%;
    max-width: 52rem;
    margin: 4.2rem auto 0;
}

.link_box1 {
    padding: 0 20px;
}

.point_bg {
    margin-top: 73px;
    background-image: url(../img/point_bg1_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 20px 20px;
}

.point_heading {
    margin-bottom: 5.6rem;
}

.point_heading img {
    width: 10.6rem;
    margin: 0 auto 1.75rem;
}

.point_heading h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    transition: .5s;
}

.point_heading h2 span {
    letter-spacing: -3px;
}

.point_box {
    text-align: center;
    padding-top: 2.4rem;
    position: relative;
    margin: 0 auto 7.7rem;
    max-width: 350px;
    box-sizing: border-box;
}

.point_box:last-child {
    margin: auto;
}

.point_box_img_Number {
    width: 8.8rem;
    height: auto;
    position: absolute;
    top: -5px;
    left: 20px;
}

.point_box_img {
    width: 23rem;
    height: auto;
    margin: 0 auto 2.8rem;
}

.point_box p {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
}

.point_box p span {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.2rem;
}

.point_select_content {
    background-image: url(../img/point_bg2_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: -10rem 0 0;
}

.select-image img {
    width: 33.4rem;
    margin: auto;
    position: absolute;
    left: 15px;
    right: 0;
    top: 8%;
}

.point_select_box {
    text-align: center;
    position: relative;
    margin: 90px auto 0;
    box-sizing: border-box;
}

.point_select_box:first-child {
    padding: 330px 0 0;
}

.point_select_box_img {
    width: 30rem;
    height: auto;
    margin: 0 auto 20px;
}

.point_select_box p {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 500;
}

.link_box2 {
    padding-bottom: 20rem;
}

.media_all {
    padding: 0 20px;
}

.media_heading img {
    max-width: 14.2rem;
    margin: -40px 0 0;
    z-index: 1;
    position: relative;
    left: calc(50% - 14.2rem);
}

.media_heading h2 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.media_slide {
    margin: 13rem auto 6rem;
    max-width: 400px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: #FAFAFA;
    border: solid 2px #F0F3F5;
    color: #98A6B5 !important;
    border-radius: 10px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: .6rem !important;
    font-weight: bold;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.media_slide_border {
    border-bottom: #707070;
    margin-top: 130px;
}

.kutikomi_all {
    padding: 0 20px;
    margin-bottom: 100px;
}

.kutikomi_heading img {
    width: 15rem;
    margin: 0 auto 24px;
}

.kutikomi_heading h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    color: #105E10;
}

.kuthikomi_flex {
    margin: 5rem auto 0;
}

.kuthikomi_box {
    background: #F0EEE6;
    border: solid 1px #707070;
    border-radius: 14px;
    padding: 4rem 2rem;
    position: relative;
    margin-bottom: 1rem;
    transition: .5s;
}

.kuthikomi_box img {
    max-width: 135px;
    margin-bottom: 1rem;
}

.kuthikomi_box p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 5rem;
}

.kuthikomi_box div span {
    font-size: 1.6rem;
    font-weight: 300;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

#kuthikomi_more {
    border: solid 1px #707070;
    border-radius: 10px;
    padding: 15px 40px;
    width: fit-content;
    max-width: 300px;
    font-size: 1.6rem;
    background: #F0EEE6;
    margin: 2rem auto 0;
    cursor: pointer;
    color: #333333;
}

#kuthikomi_accordion {
    height: 70rem;
    padding: 20px 0;
    overflow: hidden;
    transition: .5s;
}

#kuthikomi_accordion.active {
    padding: 0;
    height: fit-content;
}

.point2_all {
    background-image: url(../img/point2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    padding: 10rem 0 3.5rem;
}

.point2_box:first-child {
    margin-bottom: 15rem;
}

.point2_box_heading {
    margin: auto;
    position: relative;
    padding-left:20px;
    max-width: 400px;
}

.point2_box_heading img {
    width: 5.6rem;
    position: absolute;
}

.point2_box_heading h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #105E10;
    line-height: 1.3;
    text-align: center;
    margin-left: 1.7rem;
}

.point2_box_img {
    margin: 6.5rem auto;
    width: 33.5rem;
}
.point2_box_txt{
    font-size:1.2rem;
    text-align: center;
}

.link_box3 {
    margin: auto;
}

.faq_all {
    padding: 0 20px;
    margin: 13rem auto;
    max-width: 1280px;
    box-sizing: border-box;
}
.faq_box_contents{
    width:95%;
    margin:0 auto;
}

.faq_box_heading img {
    width: 15rem;
    margin: 2rem auto;
}

.faq_box_heading h2 {
    font-size: 2.1rem;
    font-weight: bold;
    color: #105E10;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5rem;
}

.faq_box {
    border-bottom: solid 2px #333333;
    padding: 2rem 0;
}

.faq_box1 {
    border-top: solid 2px #333333;
}

.faq_question_box,
.faq_answer_box {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.faq_question_box {
    position: relative;
    padding: 1.5rem 1.9rem 1.5rem 1.1rem;
    cursor: pointer;
}

.faq_question_box:hover {
    opacity: .8;
}
.faq_question_box h3{
    font-size: 1.6rem;
}

.faq_plusbutton {
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.faq_answer_box {
    background: #EBEBEB;
    padding: 0 0 0 1.1rem;
    height: 0;
    overflow: hidden;
    /* FAQアコーディオンの動作に遅延設定を無くしました。口コミの【もっと見る】と同じ動きにするにはpaddingを消す必要があるのですが、FAQにはpaddingが必要なため、この対応です */
    /* transition: .5s; */
}

.faq_answer_box.active {
    height: fit-content;
    padding: 1.5rem 1.1rem;
    margin: 2rem 0 0;
    line-height: 1.5;
}

.faq_question_box span,
.faq_answer_box span {
    color: #227442;
    margin-right: 1.5rem;
    font-size: 2.4rem;
}

.faq_question_box h3 {
    font-weight: 500;
    line-height: 1.2;
}

.faq_answer_box h3 {
    font-weight: bold;
    line-height: 1.2;
}

.bottom_content {
    max-width: 664px;
    margin: auto;
    padding: 0 20px;
}

.bottom_img {
    width: 21.1rem;
    margin: 0 auto 10rem;
}

.bottom_content p {
    font-weight: bold;
    color: #105E10;
    text-align: center;
    line-height: 1.8;
}

.bottom_content_p1 {
    font-size: 2rem;
    margin-bottom: 2.25rem;
}

.bottom_content_p2 {
    font-size: 1.8rem;
}

.bottom_mark_flex {
    display: flex;
    align-items: center;
    margin: 5rem auto;
    width: 100%;
    overflow: hidden;
}

.bottom_mark_flex img {
    width: 50%;
    margin: auto;
}

/* -----------footer-----------*/

footer {
    background: #178018;
    padding: 30px 20px;
}

.footer_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 664px;
    margin: auto;
    padding: 1rem 0;
}

.footer_left {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.footer_left a {
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
}

.footer_left a img {
    width: 2.85rem;
    display: inline;
    vertical-align: middle;
    margin-right: 1rem;
}

.footer_logo {
    width: 9.2rem;
    height: auto;
    margin: 0 0 0 auto;
}

.footer_company {
    max-width: 664px;
    margin: 5rem auto 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

.footer_company_name {
    font-size: 1.2rem;
    font-weight: bold;
}

.footer_company_link_flex {
    margin: 3.5rem 0 1.4rem;
}

.footer_company_link_flex a {
    color: #D8D8D8;
    text-decoration: none;
    margin: 0 1rem 0 0;
}

.copyright {
    color: #fff;
    width: fit-content;
    margin: auto;
    display: block;
}

/* -----------ipad-----------*/

@media screen and (min-width:640px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------共通-----------*/

    .link_kaitorihakotira, .link_webmousikomi2, .link_odenwakotira {
        max-width: 419px;
        padding: 1.8rem 0;
        border-radius: 100px;
    }

    .link_box a, .link_box p {
        font-size: 3rem;
        margin-top: 34px;
    }

    /* -----------header-----------*/
    .header_flex {
        display: flex;
        align-items: center;
        padding: 2.8rem 2rem;
    }

    .header_flex img {
        max-width: 18rem;
        width:14%;
    }

    .header_box h1 {
        font-size: 2.4rem;
    }

    .header_box a {
        margin-top: 2.1rem;
        width: 24rem;
        font-size: 2.8rem;
        padding: 1rem 0;
        box-sizing: border-box;
        border-radius: 23px;
        line-height: 1.2;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
    }

    /* -----------top-----------*/
    .main_visual_box {
        background-image: url(../img/main-visual_Background.png);
        padding: 5rem 2rem 8rem;
    }

    .main_visual_pc {
        display: flex;
        max-width: 127.7rem;
        margin: auto;
    }

    .main_visual_link_box {
        width: 100%;
        margin: 5rem auto 0;
        box-sizing: border-box;
    }

    .main_visual_link_box a {
        font-size: 2rem;
        margin: auto;
        padding: 1.8rem 0;
        border-radius: 50px;
        width:100%;
        max-width: 419px;
    }

    .main_visual_pc_right {
        margin-left: auto;
    }

    .step4 h2 img {
        max-width: 41.8rem;
        margin: 10.6rem auto 0;
    }

    .step4_box h3 {
        max-width: 61rem;
    }
    .step4_box h3 p {
        font-size: 3.8vw;
    }
    .step4_box h3 p .step_s_txt {
        font-size: 3vw;
    }
    .point_bg {
        background-image: url(../img/point_bg_pc.png);
    }
    .point_heading {
        margin-bottom: 17rem;
    }

    .point_heading img {
        width: 13.9rem;
        margin: 0 auto 1.75rem;
    }

    .point_heading h2 {
        font-size: 4.4rem;
    }

    .point_flex {
        max-width: 1280px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto;
        padding: 20px;
    }
    .point2_box{
        width:45%;
    }

    .point_box:last-child {
        margin: 0 auto;
    }

    
    .point_box_img {
        width: 29rem;
    }
    .point_box_img_Number {
        width: 10rem;
        left:-19px;
    }
    .point_box p {
        font-size: 2.4rem;
    }
    .point_box p span {
        font-size: 1.6rem;
    }
    .point2_box_img {
        margin: 6.5rem auto;
        width: 100%;
    }
    .point2_box_txt{
        font-size:1.7vw;
    }

    .point_select_content {
        background-image: initial;
        margin: 0;
    }

    .select-image img {
        width: 100%;
        max-width: 600px;
        margin: 8rem auto 0;
        position: initial;
    }

    .point_select_flex {
        max-width: 1250px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin: auto;
        padding: 20px;
    }

    .point_select_box:first-child {
        padding: initial;
    }
    .point_select_box p {
        font-size: 2.8rem;
    }
    .point_select_box_img {
        max-width: 35rem;
    }

    .link_box {
        /* max-width: 48rem; */
    }

    .link_box1 {
        margin: 23.6rem auto;
    }

    .link_box2 {
        padding-bottom: 0;
    }

    .media_all {
        margin-top: 37rem;
    }

    .media_heading {
        max-width: 570px;
        margin: auto;
        position: relative;
    }

    .media_heading img {
        max-width: 240px;
        position: absolute;
        top: -60px;
        left:-20px;
    }

    .media_heading h2 {
        font-size: 4.4rem;
        font-weight: bold;
        text-align: center;
    }

    .media_slide {
        margin: 13rem auto 23rem;
        max-width: 1280px;
    }

    .flex-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .swiper-slide {
        flex: 1;
        text-align: center;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .kutikomi_heading h2 {
        font-size: 4.4rem;
}
    .kutikomi_heading img {
        width: 18rem;
        margin: 0 auto 70px;
}

    .kuthikomi_flex {
        margin: 5rem auto 0;
        max-width: 1130px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: stretch;
    }

    .kuthikomi_box {
        width: 40%;
        margin: 0 auto 15px;
        display: flex;
        flex-direction: column;
    }
    .kuthikomi_box p{
        font-size:2rem;
    }
    .kuthikomi_box div span {
        font-size: 2rem;
    }


    #kuthikomi_accordion {
        height: auto;
        padding: 0;
        overflow: hidden;
        transition: .5s;
    }

    .point2_all {
        background-image: initial;
        width: 100%;
        padding: 0;
    }

    .point2_pc_bg {
        background: #F0EEE6;
        padding: 10rem 0;
    }

    .point2_flex {
        display: flex;
        justify-content: space-between;
        max-width: 1280px;
        margin:0 auto;
        padding-left:20px;
        padding-right:20px;
    }
    .point2_box_heading {
        max-width: 100%;
}

    .point2_box_heading img {
        width: 50px;
        margin-right: 2rem;
        position: absolute;
    }

    .point2_box_heading h2 {
        font-size: 2.8vw;
        margin-left:7rem;
        text-align: left;
    }

    .link_box3 {
        margin: 10rem auto 0;
    }


    .faq_box {
        padding: 4rem 0;
    }

    .faq_box1 {
        border-top: solid 2px #333333;
    }
    .faq_box_heading img {
        width: 25rem;
        margin: 32rem auto 3.6rem;
    }
    .faq_box_heading h2 {
        font-size: 3.2rem;
        margin-bottom: 10rem;
    }


    .faq_question_box, .faq_answer_box {
        font-size: 2.4rem;
        padding-right:4rem;
    }
    .faq_question_box h3{
            font-size: 2.4rem;
    }

    .faq_question_box span,
    .faq_answer_box span {
        color: #227442;
        margin-right: 2rem;
        font-size: 3.6rem;
    }

    .faq_plusbutton{
            width: 30px;
            height: 30px;
    }
    .bottom_img{
        width: 30rem;
    }
    .bottom_content_p1 {
        font-size: 3.6rem;
        margin-bottom: 4.3rem;
    }
    .bottom_content_p2 {
        font-size: 3.2rem;
    }
    .bottom_mark_flex {
        margin: 20rem auto 17rem;
    }
    .bottom_mark_flex img {
        width: 27.8rem;
        margin: auto;
    }
}

/* -----------PC-----------*/

@media screen and (min-width:960px) {

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------top-----------*/
    .main_visual_link_box a {
        font-size: 3rem;
    }

    .step4_flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 12.5rem auto 0;
        max-width: 1280px;
        box-sizing: border-box;
    }

    .step4_box:nth-child(2),
    .step4_box:nth-child(3) {
        width: 28%;
    }

    .step4_box, .step4_box:first-child {
        margin: 0 auto;
        width: 22%;
    }

    .step4_box h3 p {
        font-size: 2.4rem;
        margin-left: 1rem;
        line-height: 1.5;
    }
    .step4_box h3 p .step_s_txt{
        font-size:2rem;
    }

    .step4_box img {
        margin: 7rem auto 0;
        max-width: 25.8rem;
}

    .step4_box h3 {
        font-size: 1.8rem;
    }

    .point2_box_heading img {
        width: 87px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .point2_box_heading h2 {
        font-size: 3.2rem;
        margin-left: 11rem;
        text-align: left;
    }
    .point2_box_txt {
        font-size: 2.3rem;
    }

    .kuthikomi_box {
        width: 27%;
        margin: 0 auto 15px;
        display: flex;
        flex-direction: column;
    }

    /* -----------footer-----------*/
    .footer_flex {
        display: block;
        margin: auto;
    }

    .footer_left {
        width: fit-content;
        margin: 0 auto 5rem;
        text-align: center;
        font-size: 2rem;
    }

    .footer_left a {
        color: #fff;
        font-size: 4.8rem;
    }

    .footer_left a img {
        width: 5.7rem;
    }

    .footer_logo {
        margin: auto;
       width: 187px;
    }

    .footer_company_pc {
        max-width: 1280px;
        margin: auto;
        position: relative;
    }

    .footer_company {
        position: absolute;
        bottom: -7rem;
        left: 1rem;
    }

    .footer_company_name {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .footer_company_link_flex {
        display: flex;
        display: flex;
        margin: 2rem auto 0 0;
    }

    .footer_company_link_flex a {
        color: #D8D8D8;
        margin: 0 1rem 0 0;
    }

    .copyright {
        margin-top: 6rem;
    }

}

@media screen and (min-width: 960px) and (max-width: 1280px) {
    .main_visual_link_box a {
        font-size: 3.125vw;
    }
    .step4_box h3 p {
        font-size: 1.87vw;
        margin-left: 1vw;
    }
    .step4_box h3 .num{
        width: 4.68vw;
        line-height: 4.68vw;
        font-size: 2.8vw;
    }
    .step4_box h3 p .step_s_txt {
        font-size: 1.56vw;
    }
    .point2_box_heading h2 {
        font-size: 2.5vw;
        margin-left: 8.6vw;
    }
    .point2_box_heading img {
        width:6.8vw;
    }
    
}




@media screen and (min-width:1280px) {
   .header_flex {
        padding: 5.4rem 0 2.8rem;
    }
}