@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.main,#contents .machinaka_wrap {
    font-family: "Noto Sans JP","メイリオ",'Meiryo',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 769px) {

    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    #contents .machinaka_wrap img {
        width: auto;
    }
    #contents .machinaka_wrap section {
        margin: 0;
    }

    /* .mv_container ------------------------------------------------*/
    #contents .machinaka_wrap .mv_container {
        width: 100%;
        height: 31.94vw;
        background: #fff url('../img/mv_bg_pc.png');
        background-size: cover;
    }
    #contents .machinaka_wrap .mv_container .mv_tit {
        width: 100%;
        text-align: center;
        padding-top: 3.47vw;
    }
    #contents .machinaka_wrap .mv_container .mv_tit img {
        width: 58.33vw;
    }
    #contents .machinaka_wrap .mv_container .btn_container {
        padding-top: 3.47vw;
    }
    #contents .machinaka_wrap .mv_container .btn_container a {
        display: block;
        width: 19.44vw;
        height: 4.44vw;
        border-radius: 2.22vw;
        background-color: #6ebc2a;
        margin: 0 auto;
        font-size: 1.27vw;
        font-weight: 700;
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 4.44vw;
        letter-spacing: .1em;
        position: relative;
        opacity: 1;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    #contents .machinaka_wrap .mv_container .btn_container a:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 2.08vw;
        margin-top: -4px;
    }
    #contents .machinaka_wrap .mv_container .btn_container a:hover {
        text-decoration: none;
        opacity: .6;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }



    /* .section ------------------------------------------------*/
    #contents .machinaka_wrap .sec_tit {
        font-size: 26px;
        font-weight: 700;
        color: #303030;
        text-align: center;
        line-height: 1.85em;
        letter-spacing: .12em;
        padding-bottom: 70px;
        position: relative;
    }
    #contents .machinaka_wrap .sec_tit:after {
        content: '';
        display: block;
        width: 42px;
        height: 7px;
        background-color: #6ebc2a;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -21px;
    }
    #contents .machinaka_wrap .sec_lead {
        font-size: 23px;
        font-weight: 700;
        color: #303030;
        text-align: center;
        line-height: 2.52em;
        letter-spacing: .12em;
        padding-bottom: 60px;
    }



    /* .sec01 ------------------------------------------------*/
    #contents .machinaka_wrap .sec01 {
        background-color: #f6f8f8;
        padding: 80px 0 65px;
    }
    #contents .machinaka_wrap .sec01_list_container {
        width: 1120px;
        margin: 0 auto;
        display: flex;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item {
        width: 540px;
        box-sizing: border-box;
        padding: 80px 50px 50px;
        background-color: #fff;
        border-radius: 36px;
        margin: 0 10px;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item .sec01_list_tit {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        text-align: center;
        letter-spacing: .12em;
        padding-bottom: 30px;
        position: relative;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item:first-child .sec01_list_tit:before {
        content: '';
        display: block;
        width: 63px;
        height: 83px;
        background: url('../img/sec01_obj_one.png');
        background-size: cover;
        position: absolute;
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item:last-child .sec01_list_tit:before {
        content: '';
        display: block;
        width: 153px;
        height: 88px;
        background: url('../img/sec01_obj_family.png');
        background-size: cover;
        position: absolute;
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_container {
        width: 431px;
        height: 293px;
        background: url('../img/sec01_balloon_pc.png');
        background-size: cover;
        box-sizing: border-box;
        padding-top: 20px;
    }
    .sec01 .sec01_balloon_container .sec01_balloon_tit {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-align: center;
        letter-spacing: .1em;
        padding-bottom: 15px;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container {
        width: 390px;
        margin: 0 auto;
        border-top: 1px solid #b5b5b5;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container .sec01_balloon_list_item {
        border-bottom: 1px solid #b5b5b5;
        padding: 9px;
        text-align: center;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container .sec01_balloon_list_item:last-child {
        text-align: right;
        border-bottom: none;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container .sec01_balloon_list_item:last-child img {
        width: 120px;
    }
    #contents .machinaka_wrap .sec01 .sec01_list_total {
        text-align: center;
        padding-top: 20px;
    }
    #contents .machinaka_wrap .sec01 .sec01_list_total img {
        width: 335px;
    }



    /* .sec02 ------------------------------------------------*/
    #contents .machinaka_wrap .sec02 {
        background-color: #6ebc2a;
        padding: 55px 0;
    }
    #contents .machinaka_wrap .sec02 .sec_tit {
        color: #fff;
    }
    #contents .machinaka_wrap .sec02 .sec_lead {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 2.03em;
        letter-spacing: .12em;
        padding-bottom: 45px;
    }
    #contents .machinaka_wrap .sec02 .sec_tit:after {
        background-color: #fff;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_container {
        width: 988px;
        margin: 0 auto;
        display: flex;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item {
        width: 227px;
        height: 227px;
        margin: 0 10px;
        padding-top: 40px;
        background-color: #fff;
        border-radius: 114px;
        text-align: center;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item .sec02_list_txt {
        font-size: 20px;
        font-weight: 700;
        color: #303030;
        text-align: center;
        line-height: 1.35em;
        letter-spacing: .1em;
        padding-bottom: 20px;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item .sec02_list_txt span {
        font-size: 14px;
        display: block;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(3) .sec02_list_txt {
        line-height: 1.22em;
        letter-spacing: .02em;
        margin-top: -0.5em;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:last-child .sec02_list_txt {
        line-height: 2.7em;
        padding-bottom: 0;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:first-child img {
        width: 84px;
        margin-top: 10px;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(2) img {
        width: 91px;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(3) img {
        width: 165px;
        margin-top: 14px;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(4) img {
        width: 72px;
        margin-top: 10px;
    }



    /* .sec03 ------------------------------------------------*/
    #contents .machinaka_wrap .sec03 .sec_tit sup {
        font-size: 14px;
        vertical-align: top;
        position: relative;
        top: -0.5em;
    }
    #contents .machinaka_wrap .sec03 {
        background-color: #f6f8f8;
        padding: 65px 0;
    }
    #contents .machinaka_wrap .sec03 .note_txt {
        width: 1024px;
        margin: 0 auto;
        font-size: 14px;
        text-align: right;
        padding: 0 30px 8px 0;
    }
    #contents .machinaka_wrap .sec03_container {
        width: 1024px;
        box-sizing: border-box;
        padding: 30px 30px 20px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 40px;
    }
    #contents .machinaka_wrap .sec03_list_container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #contents .machinaka_wrap .sec03_list_container + .sec03_list_container {
        justify-content: center;
    }
    #contents .machinaka_wrap .sec03_list_container + .sec03_list_container:before {
        content: '';
        display: block;
        width: 890px;
        height: 5px;
        background-color: #efefef;
        margin-bottom: 40px;
    }
    #contents .machinaka_wrap .sec03_list_container dt {
        width: 100%;
        text-align: center;
        padding-bottom: 35px;
    }
    #contents .machinaka_wrap .sec03_list_container dt img {
        width: 205px;
    }
    #contents .machinaka_wrap .sec03_list_container dd {
        width: 20%;
        text-align: center;
        padding-bottom: 30px;
    }
    #contents .machinaka_wrap .sec03_list_container dd img {
        display: block;
        margin: 0 auto;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_ario {
        width: 92px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_itoyokado {
        width: 57px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_grandtree {
        width: 93px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_sevenpark {
        width: 122px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yorkmart {
        width: 54px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yorkfoods {
        width: 48px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yorkprice {
        width: 49px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_comfortmarket {
        width: 85px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_dennys {
        width: 100px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_poppo {
        width: 113px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_conaka {
        width: 54px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_jefunited {
        width: 156px;
        margin-top: -15px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_hotel-newgrand {
        width: 90px;
        margin-top: -25px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yamato {
        width: 138px;
        margin-top: 15px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_kinokuniya {
        width: 141px;
        margin-top: 20px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_aoyama {
        width: 125px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_times {
        width: 43px;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_jitensha {
        width: 168px;
        margin-top: -25px;
    }
    #contents .machinaka_wrap .sec03_list_container dd span {
        display: inline-block;
        font-size: 10px;
        color: #303030;
        text-align: left;
        padding-top: 10px;
        text-indent: -1em;
        padding-left: 1em;
    }
    #contents .machinaka_wrap .sec03_note {
        font-size: 20px;
        font-weight: 700px;
        color: #303030;
        text-align: center;
        line-height: 2em;
        letter-spacing: .12em;
        padding-top: 65px;
    }
    #contents .machinaka_wrap .sec03_note a {
        color: #6ebc2a;
        text-decoration: none;
        border-bottom: 2px solid #6ebc2a;
        opacity: 1;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
        position: relative;
    }
    #contents .machinaka_wrap .sec03_note a:after {
        content: '';
        display: inline;
        width: 8px;
        height: 8px;
        border-right: 2px solid #6ebc2a;
        border-bottom: 2px solid #6ebc2a;
        position: absolute;
        top: 11px;
        right: -15px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #contents .machinaka_wrap .sec03_note a:hover {
        text-decoration: none;
        opacity: .6;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }



    /* .sec04 ------------------------------------------------*/
    #contents .machinaka_wrap .sec04 {
        padding: 60px 0 100px;
        background-color: #fff;
    }
    #contents .machinaka_wrap .sec04_tit {
        font-size: 32px;
        font-weight: 700;
        color: #303030;
        text-align: center;
        letter-spacing: .12em;
        padding-bottom: 80px;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_tit:after {
        content: '';
        display: block;
        width: 42px;
        height: 7px;
        background-color: #6ebc2a;
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin-left: -21px;
    }
    #contents .machinaka_wrap .sec04_tit span {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        color: #6ebc2a;
        padding-bottom: 20px;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_tit span:before {
        content: '';
        display: block;
        width: 3px;
        height: 24px;
        background-color: #6ebc2a;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        position: absolute;
        top: 5px;
        left: -25px;
    }
    #contents .machinaka_wrap .sec04_tit span:after {
        content: '';
        display: block;
        width: 3px;
        height: 24px;
        background-color: #6ebc2a;
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        position: absolute;
        top: 5px;
        right: -25px;
    }
    #contents .machinaka_wrap .sec04_list_container {
        width: 876px;
        margin: 0 auto;
        padding-bottom: 50px;
        display: flex;
    }
    #contents .machinaka_wrap .sec04_list_item {
        width: 408px;
        height: 192px;
        box-sizing: border-box;
        padding: 45px 40px 0;
        margin: 0 15px;
        border-radius: 20px;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_list_item:first-child {
        background: #f6f8f8 url('../img/sec04_obj_mail.png') 90% bottom no-repeat;
        background-size: 190px 181px;
    }
    #contents .machinaka_wrap .sec04_list_item:last-child {
        background: #f6f8f8 url('../img/sec04_obj_entry.png') 90% bottom no-repeat;
        background-size: 190px 181px;
    }
    #contents .machinaka_wrap .sec04_list_item:first-child:after {
        content: '';
        display: block;
        border-left: 17px solid #6ebc2a;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 50%;
        right: -24px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    } 
    #contents .machinaka_wrap .sec04_icon_step {
        padding-bottom: 30px;
    }
    #contents .machinaka_wrap .sec04_list_item:first-child .sec04_icon_step {
        width: 100px;
    }
    #contents .machinaka_wrap .sec04_list_item:last-child .sec04_icon_step {
        width: 102px;
    }
    #contents .machinaka_wrap .sec04_list_txt {
        font-size: 18px;
        font-weight: 700;
        color: #303030;
        line-height: 1.39em;
    }
    #contents .machinaka_wrap .sec04_container {
        width:849px;
        background-color: #f6f8f8;
        box-sizing: border-box;
        padding: 40px 30px 30px;
        margin: 0 auto;
        border-radius: 20px;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_container_tit {
        font-size: 26px;
        font-weight: 700;
        color: #00833e;
        text-align: center;
        letter-spacing: .12em;
        padding-bottom: 25px;
    }
    #contents .machinaka_wrap .sec04_innter {
        display: flex;
        padding-bottom: 25px;
    }
    #contents .machinaka_wrap .sec04_innter .left_container {
        width: 483px;
        display: flex;
    }
    #contents .machinaka_wrap .sec04_innter .right_container {
        width: calc(100% - 483px);
    }
    #contents .machinaka_wrap .sec04_innter .left_container .img_container img {
        width: 79px;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container {
        padding: 10px 0 0 20px;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container img {
        width: 319px;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container a {
        display: inline-block;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #303030;
        opacity: 1;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container a:after {
        content: '';
        display: inline;
        width: 6px;
        height: 6px;
        border-right: 2px solid #303030;
        border-bottom: 2px solid #303030;
        position: absolute;
        top: 10px;
        right: -15px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container a:hover {
        opacity: .6;
        text-decoration: none;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_txt {
        font-size: 15px;
        font-weight: 700;
        color: #303030;
        padding-bottom: 10px;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_container {
        display: flex;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_item:first-child {
        padding-right: 6px;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_item a {
        opacity: 1;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_item a:hover {
        opacity: .6;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_item img {
        height: 40px;
    }
    #contents .machinaka_wrap .sec04_note {
        font-size: 11px;
        font-weight: normal;
        color: #303030;
        line-height: 1.3em;
    }
    #contents .machinaka_wrap .sec04 .btn_container {
        padding-top: 60px;
    }
    #contents .machinaka_wrap .sec04 .btn_container a {
        display: block;
        width: 380px;
        height: 100px;
        border-radius: 50px;
        background-color: #6ebc2a;
        margin: 0 auto;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 100px;
        letter-spacing: .1em;
        position: relative;
        opacity: 1;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    #contents .machinaka_wrap .sec04 .btn_container a:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 44px;
        margin-top: -4px;
    }
    #contents .machinaka_wrap .sec04 .btn_container a:hover {
        text-decoration: none;
        opacity: .6;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -ms-transition: .3s ease-out;
        transition: .3s ease-out;
    }
}
@media screen and (max-width: 768px) {

    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    #contents .machinaka_wrap section {
        margin: 0;
    }

    /* .mv_container ------------------------------------------------*/
    #contents .machinaka_wrap .mv_container {
        width: 100%;
        height: 137.33vw;
        background: #fff url('../img/mv_bg_sp.png');
        background-size: cover;
    }
    #contents .machinaka_wrap .mv_container .mv_tit {
        width: 100%;
        text-align: center;
        padding-top: 8.8vw;
    }
    #contents .machinaka_wrap .mv_container .mv_tit img {
        width: 87.07vw;
    }
    #contents .machinaka_wrap .mv_container .btn_container {
        padding-top: 8vw;
    }
    #contents .machinaka_wrap .mv_container .btn_container a {
        display: block;
        width: 47.6vw;
        height: 14vw;
        border-radius: 7vw;
        background-color: #6ebc2a;
        margin: 0 auto;
        font-size: 3.5vw;
        font-weight: 700;
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 14vw;
        letter-spacing: .1em;
        position: relative;
    }
    #contents .machinaka_wrap .mv_container .btn_container a:after {
        content: '';
        display: block;
        width: 1.34vw;
        height: 1.34vw;
        border-top: 0.54vw solid #fff;
        border-right: 0.54vw solid #fff;
        position: absolute;
        top: 50%;
        right: 4.67vw;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
    }



    /* .section ------------------------------------------------*/
    #contents .machinaka_wrap .sec_tit {
        font-size: 4.93vw;
        font-weight: 700;
        color: #303030;
        text-align: center;
        line-height: 1.76em;
        letter-spacing: .12em;
        padding-bottom: 12vw;
        position: relative;
    }
    #contents .machinaka_wrap .sec_tit:after {
        content: '';
        display: block;
        width: 5.49vw;
        height: .84vw;
        background-color: #6ebc2a;
        position: absolute;
        bottom: 6.67vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #contents .machinaka_wrap .sec_lead {
        font-size: 4.13vw;
        font-weight: 700;
        color: #303030;
        text-align: center;
        line-height: 1.87em;
        letter-spacing: .12em;
    }



    /* .sec01 ------------------------------------------------*/
    #contents .machinaka_wrap .sec01 {
        background-color: #f6f8f8;
        padding: 12vw 0 10.67vw;
    }
    #contents .machinaka_wrap .sec01 .sec_lead {
        padding-bottom: 18vw;
    }
    #contents .machinaka_wrap .sec01_list_container {
        width: 90vw;
        margin: 0 auto;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item {
        width: 100%;
        box-sizing: border-box;
        padding: 10.67vw 5.33vw 5.33vw;
        margin-bottom: 21.33vw;
        background-color: #fff;
        border-radius: 4.8vw;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item:last-child {
        margin-bottom: 0;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item .sec01_list_tit {
        font-size: 4.84vw;
        font-weight: 700;
        color: #000;
        text-align: center;
        letter-spacing: .12em;
        padding-bottom: 6.67vw;
        position: relative;
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item:first-child .sec01_list_tit:before {
        content: '';
        display: block;
        width: 14.4vw;
        height: 18.93vw;
        background: url('../img/sec01_obj_one.png');
        background-size: cover;
        position: absolute;
        top: -25.33vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #contents .machinaka_wrap .sec01_list_container .sec01_list_item:last-child .sec01_list_tit:before {
        content: '';
        display: block;
        width: 34.8vw;
        height: 19.73vw;
        background: url('../img/sec01_obj_family.png');
        background-size: cover;
        position: absolute;
        top: -25.33vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_container {
        width: 78vw;
        height: 70.67vw;
        background: url('../img/sec01_balloon_sp.png');
        background-size: cover;
        box-sizing: border-box;
        padding-top: 4.67vw;
    }
    .sec01 .sec01_balloon_container .sec01_balloon_tit {
        font-size: 3.7vw;
        font-weight: 700;
        color: #000;
        text-align: center;
        letter-spacing: .1em;
        padding-bottom: 4vw;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container {
        width: 65.25vw;
        margin: 0 auto;
        border-top: 1px solid #b5b5b5;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container .sec01_balloon_list_item {
        border-bottom: 1px solid #b5b5b5;
        padding: 2vw 1.33vw;
        text-align: center;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container .sec01_balloon_list_item:last-child {
        border-bottom: none;
    }
    #contents .machinaka_wrap .sec01 .sec01_balloon_list_container .sec01_balloon_list_item:last-child img {
        width: 28.13vw;
    }
    #contents .machinaka_wrap .sec01 .sec01_list_total {
        text-align: center;
        padding-top: 4.67vw;
    }
    #contents .machinaka_wrap .sec01 .sec01_list_total img {
        width: 64.67vw;
    }



    /* .sec02 ------------------------------------------------*/
    #contents .machinaka_wrap .sec02 {
        background-color: #6ebc2a;
        padding: 10vw 0 7.33vw;
    }
    #contents .machinaka_wrap .sec02 .sec_tit {
        color: #fff;
        letter-spacing: .1em;
    }
    #contents .machinaka_wrap .sec02 .sec_lead {
        font-size: 4vw;
        font-weight: 700;
        color: #fff;
        line-height: 2.03em;
        padding-bottom: 8vw;
    }
    #contents .machinaka_wrap .sec02 .sec_tit:after {
        background-color: #fff;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_container {
        width: 90vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item {
        width: 41.53vw;
        height:  41.53vw;
        margin: 0 1.33vw 2.67vw;
        padding-top: 8vw;
        background-color: #fff;
        border-radius: 20.77vw;
        text-align: center;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(3) {
        padding-top: 4vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item .sec02_list_txt {
        font-size: 3.66vw;
        font-weight: 700;
        color: #303030;
        text-align: center;
        line-height: 1.35em;
        letter-spacing: .1em;
        padding-bottom: 2.67vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(3) .sec02_list_txt {
        letter-spacing: .02em;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item .sec02_list_txt span {
        display: block;
        font-size: 2.93vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:last-child .sec02_list_txt {
        line-height: 2.7em;
        padding-bottom: 4vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:first-child img {
        width: 15.73vw;
        margin-top: 1.33vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(2) img {
        width: 14.93vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(3) img {
        width: 29.6vw;
        margin-top: 2.67vw;
    }
    #contents .machinaka_wrap .sec02 .sec02_list_item:nth-child(4) img {
        width: 12.67vw;
        margin-top: -2.67vw;
    }



    /* .sec03 ------------------------------------------------*/
    #contents .machinaka_wrap .sec03 {
        background-color: #f6f8f8;
        padding: 10.67vw 0;
    }
    #contents .machinaka_wrap .sec03 .sec_tit sup {
        font-size: 1.87vw;
        vertical-align: top;
        position: relative;
        top: -1.5em;
    }
    #contents .machinaka_wrap .sec03 .sec_tit {
        line-height: 1.41em;
    }
    #contents .machinaka_wrap .sec03 .note_txt {
        width: 90vw;
        margin: 0 auto;
        font-size: 14px;
        text-align: right;
        padding: 0 2.67vw 1.33vw 0;
    }
    #contents .machinaka_wrap .sec03_container {
        width: 90vw;
        box-sizing: border-box;
        padding: 6.67vw 4vw 4vw;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 5.33vw;
    }
    #contents .machinaka_wrap .sec03_list_container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #contents .machinaka_wrap .sec03_list_container + .sec03_list_container:before {
        content: '';
        display: block;
        width: 72vw;
        height: 0.93vw;
        background-color: #f6f8f8;
        margin: 5.33vw auto 9.33vw;
    }
    #contents .machinaka_wrap .sec03_list_container dt {
        width: 100%;
        text-align: center;
        padding-bottom: 8vw;
    }
    #contents .machinaka_wrap .sec03_list_container:last-of-type dt {
        padding-bottom: 3vw;
    }
    #contents .machinaka_wrap .sec03_list_container dt img {
        width: 36vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd {
        width: 50%;
        text-align: center;
        padding-bottom: 5.33vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd img {
        display: block;
        margin: 0 auto;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_ario {
        width: 18.93vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_itoyokado {
        width: 13.33vw;
        margin: -6vw auto -2.33vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_grandtree {
        width: 21.07vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_sevenpark {
        width: 28.13vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yorkmart {
        width: 12.8vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yorkfoods {
        width: 12vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yorkprice {
        width: 12vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_comfortmarket {
        width: 20.26vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_dennys {
        width: 22vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_poppo {
        width: 20.4vw;
        margin: 1.5vw auto 1.5vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_conaka {
        width: 12.53vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_jefunited {
        width: 30.53vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_hotel-newgrand {
        width: 18.13vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_yamato {
        width: 27.07vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_kinokuniya {
        width: 31.07vw;
        margin-top: 4.33vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_aoyama {
        width: 27.47vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_times {
        width: 12vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd .sec03_logo_jitensha {
        width: 37.33vw;
    }
    #contents .machinaka_wrap .sec03_list_container dd span {
        display: inline-block;
        font-size: 2.13vw;
        color: #303030;
        text-align: left;
        line-height: 1.25em;
        padding-top: 2.66vw;
        text-indent: -1em;
        padding-left: 1em;
    }
    #contents .machinaka_wrap .sec03_note {
        font-size: 3.73vw;
        font-weight: 700px;
        color: #303030;
        text-align: center;
        line-height: 1.75em;
        letter-spacing: .12em;
        padding-top: 10.67vw;
    }
    #contents .machinaka_wrap .sec03_note a {
        color: #6ebc2a;
        border-bottom: 2px solid #6ebc2a;
        text-decoration: none;
        position: relative;
    }
    #contents .machinaka_wrap .sec03_note a:after {
        content: '';
        display: inline;
        width: 1.33vw;
        height: 1.33vw;
        border-right: 0.53vw solid #6ebc2a;
        border-bottom: 0.53vw solid #6ebc2a;
        position: absolute;
        top: 2vw;
        right: -2.67vw;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }



    /* .sec04 ------------------------------------------------*/
    #contents .machinaka_wrap .sec04 {
        padding: 10vw 0 12vw;
        background-color: #fff;
    }
    #contents .machinaka_wrap .sec04_tit {
        font-size: 5.33vw;
        font-weight: 700;
        color: #303030;
        text-align: center;
        letter-spacing: .04em;
        padding-bottom: 14.67vw;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_tit:after {
        content: '';
        display: block;
        width: 5.49vw;
        height: .84vw;
        background-color: #6ebc2a;
        position: absolute;
        bottom: 9.33vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    #contents .machinaka_wrap .sec04_tit span {
        display: inline-block;
        font-size: 3.73vw;
        font-weight: 700;
        color: #6ebc2a;
        padding-bottom: 2.67vw;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_tit span:before {
        content: '';
        display: block;
        width: 0.4vw;
        height: 3.87vw;
        background-color: #6ebc2a;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        position: absolute;
        top: 1.33vw;
        left: -3.33vw;
    }
    #contents .machinaka_wrap .sec04_tit span:after {
        content: '';
        display: block;
        width: 0.4vw;
        height: 3.87vw;
        background-color: #6ebc2a;
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        position: absolute;
        top: 1.33vw;
        right: -3.33vw;
    }
    #contents .machinaka_wrap .sec04_list_container {
        width: 98vw;
        margin: 0 auto;
        padding-bottom: 6vw;
        display: flex;
    }
    #contents .machinaka_wrap .sec04_list_item {
        width: 40.59vw;
        height: 51.07vw;
        box-sizing: border-box;
        padding-top: 4vw;
        margin: 0 auto;
        border-radius: 2.67vw;
        text-align: center;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_list_item:first-child {
        background: #f6f8f8 url('../img/sec04_obj_mail.png') center bottom no-repeat;
        background-size: 27.33vw 26vw;
    }
    #contents .machinaka_wrap .sec04_list_item:last-child {
        background: #f6f8f8 url('../img/sec04_obj_entry.png') center bottom no-repeat;
        background-size: 27.33vw 26vw;
    }
    #contents .machinaka_wrap .sec04_list_item:first-child:after {
        content: '';
        display: block;
        border-left: 3.87vw solid #6ebc2a;
        border-top: 2.67vw solid transparent;
        border-bottom: 2.67vw solid transparent;
        position: absolute;
        top: 50%;
        right: -6.33vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    } 
    #contents .machinaka_wrap .sec04_icon_step {
        padding-bottom: 4.67vw;
    }
    #contents .machinaka_wrap .sec04_list_item:first-child .sec04_icon_step {
        width: 19.652vw;
    }
    #contents .machinaka_wrap .sec04_list_item:last-child .sec04_icon_step {
        width: 20.38vw;
    }
    #contents .machinaka_wrap .sec04_list_txt {
        font-size: 3.61vw;
        font-weight: 700;
        color: #303030;
        line-height: 1.39em;
    }
    #contents .machinaka_wrap .sec04_container {
        width:90vw;
        background-color: #f6f8f8;
        box-sizing: border-box;
        padding: 6.67vw 8vw;
        margin: 0 auto;
        border-radius: 2.67vw;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_container_tit {
        font-size: 4.35vw;
        font-weight: 700;
        color: #00833e;
        text-align: center;
        line-height: 1.6em;
        letter-spacing: .12em;
        padding-bottom: 4.67vw;
    }
    #contents .machinaka_wrap .sec04_innter {
        padding-bottom: 3.33vw;
    }
    #contents .machinaka_wrap .sec04_innter .left_container {
        width: 100%;
        display: flex;
        padding-bottom: 4vw;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .img_container img {
        width: 17.33vw;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container {
        padding: 2.67vw 0 0 2.67vw;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container img {
        width: 51.6vw;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container a {
        display: inline-block;
        margin-top: 10px;
        font-size: 3.05vw;
        font-weight: 700;
        color: #303030;
        position: relative;
    }
    #contents .machinaka_wrap .sec04_innter .left_container .txt_container a:after {
        content: '';
        display: inline;
        width: 1vw;
        height: 1vw;
        border-right: 0.4vw solid #303030;
        border-bottom: 0.4vw solid #303030;
        position: absolute;
        top: 1.67vw;
        right: -2.67vw;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_txt {
        font-size: 3.2vw;
        font-weight: 700;
        color: #303030;
        text-align: center;
        padding-bottom: 3.33vw;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_container {
        display: flex;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_item:first-child {
        padding-right: 2.66vw;
    }
    #contents .machinaka_wrap .sec04_innter .right_container .sec04_dl_list_item img {
        height: 10.53vw;
    }
    #contents .machinaka_wrap .sec04_note {
        font-size: 2.032vw;
        font-weight: normal;
        color: #303030;
        line-height: 1.57em;
    }
    #contents .machinaka_wrap .sec04 .btn_container {
        padding-top: 10.67vw;
    }
    #contents .machinaka_wrap .sec04 .btn_container a {
        display: block;
        width: 60.93vw;
        height: 15.94vw;
        border-radius: 7.97vw;
        background-color: #6ebc2a;
        margin: 0 auto;
        font-size: 4.47vw;
        font-weight: 700;
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 15.94vw;
        letter-spacing: .1em;
        position: relative;
    }
    #contents .machinaka_wrap .sec04 .btn_container a:after {
        content: '';
        display: block;
        width: 1.34vw;
        height: 1.34vw;
        border-top: 0.54vw solid #fff;
        border-right: 0.54vw solid #fff;
        position: absolute;
        top: 50%;
        right: 6vw;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
    }
}

