@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* --------------------------------------------------------------------
common
-------------------------------------------------------------------- */
#mainwrap #main {
    margin-bottom: 0;
}
#main {
    overflow: hidden;
}
#main .pc_only {
    display: none;
}

/* --------------------------------------------------------------------
#hz-ssc
-------------------------------------------------------------------- */
#hz-ssc {
    margin: 0 auto;
    color: #7e7f74;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0;
    position: relative;
    padding: 0;
    font-weight: 700;
    background-color: #faf9f3;
}
#hz-ssc h1 {
    margin: 0 auto;
}
#hz-ssc .btn {
    margin: 0 auto;
    display: inline-block;
}
#hz-ssc .btn a {
    padding: 3vw 11.5vw 3.5vw 7.5vw;
    color: #fff;
    font-size: 2.9vw;
    text-align: left;
    border-radius: 20vw;
    background: #ff7900;
    -webkit-box-shadow: 2px 2px 0 rgba(255, 121, 0, 0.5);
    box-shadow: 2px 2px 0 rgba(255, 121, 0, 0.5);
    display: block;
    position: relative;
}
#hz-ssc .btn a::after {
    content: "";
    margin-top: -3.5vw;
    width: 7vw;
    height: 7vw;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("../img/icon_arrow.svg");
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
}
#hz-ssc h1 + .hz-entry {
    overflow: hidden;
    position: relative;
}
#hz-ssc h1 + .hz-entry::before {
    content: "";
    margin: 0 auto;
    width: 130%;
    height: 100%;
    background: #c0d800;
    border-radius: 0 0 50% 50%;
    transform: translate(-50%, 0);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
#hz-ssc .hz-entry {
    padding: 2.2vw 0 5.5vw;
    text-align: center;
}
#hz-ssc .hz-entry .btn {
    position: relative;
}
#hz-ssc .hz-entry .btn a {
    min-width: 50.5vw;
    line-height: 1.2;
    text-align: center;
}
#hz-ssc .hz-entry .btn a span.fzl {
    font-size: 4.5vw;
}
#hz-ssc .hz-entry .txtlink {
    margin-top: 2.6%;
    position: relative;
}
#hz-ssc .hz-entry .txtlink a {
    padding: 0;
    color: #ffffff;
    font-size: 3.4vw;
    text-decoration: underline;
    background: none;
}
#hz-ssc .sub-ttl {
    margin: 0 auto 7vw;
    font-size: 3.6vw;
    text-align: center;
    color: #fff;
}
#hz-ssc .sub-ttl h2 {
    font-size: 10vw;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 0.3em;
    padding-bottom: 0.6em;
    background: url(../img/bg_h2_02.png) no-repeat center bottom;
    background-size: 0.94em 0.32em;
    line-height: 1;
}
#hz-ssc .sub-ttl h2 span {
    position: relative;
    line-height: 1;
    display: inline-block;
}
#hz-ssc .sub-ttl h2 span::before,
#hz-ssc .sub-ttl h2 span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.14em;
    background: url(../img/bg_h2_01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -0.9em;
    top: 0.82em;
}
#hz-ssc .sub-ttl h2 span::after {
    left: inherit;
    right: -0.9em;
}
#hz-ssc .sub-ttl p {
    display: inline-block;
    line-height: 1;
    position: relative;
}
#hz-ssc .sub-ttl p i {
    font-size: 5vw;
}
#hz-ssc .sub-ttl p::before,
#hz-ssc .sub-ttl p::after {
    content: "";
    display: block;
    width: 1.25em;
    height: 1.11em;
    background: url(../img/bg_h2sub_left.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -1.2em;
    top: 0;
}
#hz-ssc .sub-ttl p::after {
    left: inherit;
    background-image: url(../img/bg_h2sub_right.png);
    right: -1.4em;
}
#hz-ssc .sub-ttl.green-ttl h2 span {
    background: linear-gradient(0deg, #c4d600 0%, #64a70b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
#hz-ssc .sub-ttl.green-ttl h2 {
    background-image: url(../img/bg_h2_05.png);
}
#hz-ssc .sub-ttl.green-ttl h2 span::before {
    background-image: url(../img/bg_h2_03.png);
}
#hz-ssc .sub-ttl.green-ttl h2 span::after {
    background-image: url(../img/bg_h2_04.png);
}
#hz-ssc .sub-ttl.green-ttl p {
    color: #64a70b;
}
#hz-ssc .sub-ttl.green-ttl p::before {
    background-image: url(../img/bg_h2sub_left02.png);
}
#hz-ssc .sub-ttl.green-ttl p::after {
    background-image: url(../img/bg_h2sub_right02.png);
}
#hz-ssc .sub-ttl p span {
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.8em 0 0.4em;
}
#hz-ssc .sub-ttl p span::before {
    content: "";
    display: block;
    background-color: #64a70b;
    color: #fff;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    left: 0;
    top: -0.7em;
    border-radius: 50%;
    z-index: 0;
}
#hz-ssc .sub-ttl p span em {
    z-index: 3;
    position: relative;
    display: inline-block;
    transform: rotate(-15deg);
}

/* #hz-movie
------------------------------------------------ */
#hz-movie {
    margin: 0 auto 14%;
    padding: 12% 0 0;
}
#hz-movie h2 {
    margin: 0 auto 7%;
    width: 46.4%;
}
#hz-movie .movieBlock {
    margin: 0 auto;
    width: 86%;
    position: relative;
}
#hz-movie .movieBlock .ytBlock {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
#hz-movie .movieBlock .ytBlock iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#hz-movie .movieBlock .btn_prev {
    margin-top: -4vw;
    color: #64a70b;
    font-size: 5vw;
    line-height: 1;
    transform: scale(1, 1.8);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -6vw;
    cursor: pointer;
}
#hz-movie .movieBlock .btn_next {
    margin-top: -4vw;
    color: #64a70b;
    font-size: 5vw;
    transform: scale(1, 1.8);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -6vw;
    cursor: pointer;
}
#hz-movie .movieBlock .dotList {
    position: absolute;
    bottom: -7vw;
    left: 0;
    right: 0;
    text-align: center;
}
#hz-movie .movieBlock .dotList>li {
    margin: 2%;
    width: 3vw;
    height: 3vw;
    border: solid 1px #64a70b;
    border-radius: 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
#hz-movie .movieBlock .dotList>li.active {
    background: #64a70b;
}


/* #hz-feature
------------------------------------------------ */
#hz-feature {
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../img/bg_hz-feature.png) no-repeat top center;
    background-size: cover;
}
.hz-feature-content {
    padding: 10vw 0 11.8vw;
    text-align: center;
}

#hz-feature .featureList {
    margin: 0 auto;
    width: 88.8%;
    background: url("../img/bg_feature.png") no-repeat top center;
    -webkit-background-size: contain;
    background-size: contain;
}
#hz-feature .featureList>li .catch {
    margin: 0 auto 3%;
    color: #64a70b;
    font-size: 4.9vw;
    font-weight: bold;
    line-height: 1.45;
}
#hz-feature .featureList>li .txt {
    font-size: 3.4vw;
    line-height: 1.8;
}
#hz-feature .featureList>li:nth-child(1) {
    padding: 12.4% 0 12%;
}
#hz-feature .featureList>li:nth-child(2) {
    padding: 0 0 7%;
}
#hz-feature .featureList>li:nth-child(3) {
    padding: 0 0 14%;
}
#hz-feature .featureList>li:nth-child(1) .icon {
    margin: 0 auto 4.5%;
    width: 34.4%;
}
#hz-feature .featureList>li:nth-child(2) .icon {
    margin: 0 auto 3.4%;
    width: 26.8%;
}
#hz-feature .featureList>li:nth-child(3) .icon {
    margin: 0 auto 3%;
    width: 26.8%;
}
#hz-feature .link-btn {
    text-align: center;
}
#hz-feature .link-btn a {
    min-width: 57vw;    
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    font-size: 3.4vw;
    margin: 2em auto;
    padding: 1em 2em;
    line-height: 1;
    box-sizing: border-box;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    border-radius: 1.66em;
    text-align: left;    
    box-shadow: 2px 3px 0px rgba(255, 255, 255, 0.5);
    color: #64a70b;
}
#main #hz-feature .link-btn a.blank {
    background-image: none;
}
#hz-feature .link-btn a span {
    font-size: 5.2vw;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}
#hz-feature .link-btn a::before {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.9em;
    background-color: #64a70b;
    width: 1.88em;
    height: 1.88em;
    border-radius: 50%;
}
#hz-feature .link-btn a::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.38em solid transparent;
    border-bottom: 0.38em solid transparent;
    border-left: 0.5em solid #ffffff;
    border-right: 0;
    position: absolute;
    right: 1.6em;
    top: 50%;
    margin-top: -0.3em;
}

/* #hz-service
------------------------------------------------ */
#hz-service {
    margin: 0 auto 2%;
    padding: 12% 0 0;
    text-align: center;
}
#hz-ssc #hz-service .sub-ttl.green-ttl {
    margin-bottom: 10vw;
}
#hz-ssc #hz-service .sub-ttl.green-ttl h2 {
    margin-bottom: 0.6em;
}
#hz-service .serviceList {
    margin: 0 auto;
    padding-bottom: 3%;
    width: 97.5%;
}
#hz-service .serviceList>li {
    margin: 0 auto 10vw;
    position: relative;
    background: url("../img/img_service01.png") no-repeat top center;
    background-size: 100% auto;
}
#hz-service .serviceList>li .catch {
    color: #56b846;
    font-size: 4.6vw;
    font-weight: bold;
    padding: 2.82em 0 1em;
    line-height: 1.45;
}
#hz-service .serviceList>li .catch .num,
#hz-service .serviceList>li figure {
    display: none;
}
#hz-service .serviceList>li .txt {
    font-size: 3.6vw;
    line-height: 1.55;
}
#hz-service .serviceList>li:nth-child(1) {
    padding-bottom: 35vw;
}
#hz-service .serviceList>li:nth-child(2) {
    background-image: url("../img/img_service02.png");
    padding-bottom: 30.6vw;
}
#hz-service .serviceList>li:nth-child(3) {
    background-image: url("../img/img_service03.png");
    padding-bottom: 35vw;
}
#hz-service .serviceList>li:nth-child(4) {
    background-image: url("../img/img_service04.png");
    padding-bottom: 31.5vw;
}

/* #hz-howto
------------------------------------------------ */
#hz-howto {
    width: 100%;
    margin: 0 auto;
    padding: 11vw 0 19vw;
    background: url(../img/bg_howto.png) no-repeat center;
    background-size: contain;
    font-size: 3.6vw;
}
#hz-ssc #hz-howto .sub-ttl p::before {
    left: -1.8em;
    top: 0.5em;
}
#hz-ssc #hz-howto .sub-ttl p::after {
    right: -1.8em;
    top: 0.5em;
}
#hz-howto .howto-step {
    width: 88.8%;
    margin: 0 auto;
    padding: 11.5vw 0 10vw;
    background: url(../img/bg_howto_inner.png) no-repeat center;
    background-size: contain;    
}
#hz-howto .howto-step ul {    
    display: table;
    margin: 0 auto;
}
#hz-howto .howto-step ul li {
    line-height: 3;
    background: url(../img/ico_step01.png) no-repeat left top;
    background-size: 9.6vw auto;
    padding:0 0 1.94em 3.75em;
    position: relative;
}
#hz-howto .howto-step ul li:nth-child(2) {
    background-image: url(../img/ico_step02.png);
}
#hz-howto .howto-step ul li:nth-child(3) {
    background-image: url(../img/ico_step03.png);
}
#hz-howto .howto-step ul li > span::before {
    content: "";
    display: block;
    background: url(../img/ico_step_arrow.png) no-repeat center;
    background-size: 100% auto;
    width: 0.77em;
    height: 00.5em;
    position: absolute;
    left: 50%;
    bottom: 0.7em;
    margin-left: -0.35em;
}
#hz-ssc #hz-howto .hz-entry .txtlink a,
#hz-ssc #hz-about + .hz-entry .txtlink a {
    color: #64a70b;
    font-size: 3.2vw;
}

/* #hz-about
------------------------------------------------ */
#hz-about {
    margin: 0 auto;
    padding: 16% 0;
    overflow: hidden;
    position: relative;
}
#hz-about::before {
    content: "";
    margin: 0 auto;
    width: 200%;
    height: 80vw;
    background: #fff;
    border-radius: 50% 50% 0 0;
    transform: translate(-50%, 0);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
#hz-about::after {
    content: "";
    margin: 0 auto;
    width: 200%;
    height: 80vw;
    background: #fff;
    border-radius: 0 0 50% 50%;
    transform: translate(-50%, 0);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
}
#hz-about .inner {
    padding: 0 10% 25%;
    background: url("../img/img_airplane.png") no-repeat bottom center #fff;
    -webkit-background-size: 68.8%;
    background-size: 68.8%;
    position: relative;
    z-index: 1;
}
#hz-about .logo {
    margin: 0 auto 8%;
    width: 95%;
    text-align: center;
}
#hz-about .catch {
    margin: 0 auto 5%;
    color: #64a70b;
    font-size: 5.4vw;
    font-weight: bold;
    line-height: 1.7;
}
#hz-about .txt {
    font-size: 3.6vw;
    line-height: 1.7;
}

#hz-ssc #hz-about + .hz-entry {
    padding: 6vw 0 28vw;
}

/* #hz-subNav
------------------------------------------------ */
#hz-subNav {
    width: 100%;
    box-sizing: border-box;
    font-size: 3.6vw;
    background-image: linear-gradient(0deg,#c4d600, #64a70b 75%);
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;     
    z-index: 5; 
}
#hz-subNav.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
}
#hz-subNav.absolute {
  position: absolute;
  bottom: 0;
}
#hz-subNav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
#main #hz-subNav .blank {
    background-image: none;
}
#hz-subNav .navWrap {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1.1em 1.8em 0.8em 3.8em;
}
#hz-subNav .navWrap nav div  {
    display: none;
    position: absolute;
    box-sizing: border-box;
    padding: 2.85em 0 0;
    width: 100%;
    left: 0;
    bottom: 70px;
    background-color: #64a70b;
}
#hz-subNav .navWrap ul {
    display: table;
    margin: 0 auto;
}
#hz-subNav .navWrap ul li {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 400;
}
#hz-subNav .navWrap ul li span {
    font-size: 5.2vw;
    display: inline-block;
    width: 5.2em;
    font-weight: 700;
}
#hz-subNav .navWrap nav ul li i {
    display: inline-block;
    margin: 0 -0.25em;
}
#hz-subNav .navWrap nav p {
    line-height: 1.1;
    padding-left: 3em;
    cursor: pointer;    
    position: relative;    
}
#hz-subNav .navWrap nav p::before,
#hz-subNav .navWrap nav p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7vw;
    height: 100%;
    background: url('../img/ico_close.svg') no-repeat center left 1vw;
    background-size: 5.1vw auto;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
#hz-subNav .navWrap nav p::after {
    background: url('../img/ico_menu.svg') no-repeat center left;
    background-size: 100% auto;    
    opacity: 1;
}
#hz-subNav .navWrap nav p:not(.close)::before {
    opacity: 1;
}
#hz-subNav .navWrap nav p:not(.close)::after {
    opacity: 0;
}


#hz-subNav .navWrap nav p span {
    display: block;
    font-size: 5.2vw;
}
#hz-subNav .join-btn a {
    display: block;
    background-color: #fff;
    color: #64a70b;
    text-decoration: none;
    display: block;
    min-width: 38.8vw;
    padding: 0.4em 0;
    line-height: 1.2;
    text-align: center;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 700;
    position: relative;
    box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.5);
}
#hz-subNav .join-btn a span {
    font-size: 5.2vw;
    display: block;
}
#hz-subNav .join-btn a::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #69aa13;
    border-right: 0;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -4px;    
}


@media only screen and (min-width:601px){
    /* --------------------------------------------------------------------
    common
    -------------------------------------------------------------------- */
    #main .sp_only {
        display: none;
    }
    #main .pc_only {
        display: block;
    }

    /* --------------------------------------------------------------------
    #hz-ssc
    -------------------------------------------------------------------- */
    #hz-ssc {
        background-color: #faf9f3;
    }
    #hz-ssc h1 {
        padding-top: 40%;
        background: url("../img/mainimg@2x.jpg") no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #hz-ssc h1 img {
        height: 0 !important;
        opacity: 0;
    }
    #hz-ssc .btn a {
        padding: 20px 62px 21px 36px;
        font-size: 23px;
        line-height: 1.3;
        border-radius: 100px;
        -webkit-box-shadow: 4px 4px 0 rgba(220, 94, 9, 0.7);
        box-shadow: 4px 4px 0 rgba(220, 94, 9, 0.7);
    }
    #hz-ssc .btn a::after {
        content: "";
        margin-top: -23px;
        width: 46px;
        height: 46px;
        top: 50%;
        right: 14px;
    }
    #hz-ssc .hz-entry .btn a span.fzl {
    font-size: 35px;
    }
    #hz-ssc h1 + .hz-entry::before {
        content: "";
        margin: 0 auto;
        width: 2000px;
        height: 165%;
        background: #c0d800;
        border-radius: 0 0 90% 90%;
        transform: translate(-50%, -23.5%);
        display: block;
        position: absolute;
        top: -75%;
        left: 50%;
    }
    @media only screen and (min-width:1800px){
        #hz-ssc h1 + .hz-entry::before {
            width: 2500px;
            border-radius: 0 0 75% 75%;
        }
    }
    
    #hz-ssc .hz-entry {
        padding: 12px 0 0;
    }
    #hz-ssc .hz-entry .btn a {
        min-width: 432px;
        padding-bottom: 20px;
    }
    #hz-ssc .hz-entry .txtlink {
        margin-top: 14px;
        line-height: 1;
    }
    #hz-ssc .hz-entry .txtlink a {
        font-size: 16px;
        color: #64a70b;
        line-height: 1.2;
    }
    #hz-ssc .hz-entry .txtlink a:hover {
        text-decoration: none;
    }
    #hz-ssc .sub-ttl {
        font-size: 26px;
        margin-bottom: 50px;
    }
    #hz-ssc .sub-ttl h2 {
        font-size: 53px;
    }


    /* #hz-movie
    ------------------------------------------------ */
    #hz-movie {
        margin: 0 auto 115px;
        padding: 100px 0 0;
    }

    #hz-movie .movieBlock {
        width: 920px;
    }
    #hz-movie .movieBlock .btn_prev {
        margin-top: -30px;
        font-size: 40px;
        left: -55px;
    }
    #hz-movie .movieBlock .btn_next {
        margin-top: -30px;
        font-size: 40px;
        right: -55px;
    }
    #hz-movie .movieBlock .dotList {
        bottom: -40px;
    }
    #hz-movie .movieBlock .dotList>li {
        margin: 10px;
        width: 12px;
        height: 12px;
        border-radius: 20px;
    }

    /* #hz-feature
    ------------------------------------------------ */
    #hz-feature,
    #hz-howto {        
        padding: 0;
        background-size: contain;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        clip-path: ellipse(1500px 50% at 50% 50%);
    }
    #hz-feature::before,
    #hz-howto::before {
        content: "";
        margin: 0 auto;
        width: 3000px;
        height: 100%;
        background: linear-gradient(90deg, #c8d800 20%, #64a70b 88%);
        border-radius: 50%;
        transform: translate(-50%, 0);
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
    }
    .hz-feature-content,
    .hz-howto-content {
        width: 100%;
        padding: 120px 0 155px;
    }
    .hz-feature-content::before,
    .hz-feature-content::after,
    .hz-howto-content::before,
    .hz-howto-content::after {
        content: "";
        width: 622px;
        height: 589px;
        display: block;
        background: url(../img/img_howto01.png) no-repeat center top;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .hz-feature-content::after,
    .hz-howto-content::after {
        background-image: url(../img/img_howto02.png);
        background-size: 100% auto;
        width: 172px;
        height: 706px;
        left: inherit;
        bottom: inherit;
        right: 0;
        top: 0;
    }

    #hz-feature .featureList {
        width: 1040px;
        height: 445px;
        margin: 0 auto;
        padding: 0 4.28vw;
        background: url("../img/bg_feature@2x.png") no-repeat top center;
        -webkit-background-size: contain;
        background-size: contain;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
    }
    #hz-feature .featureList>li {
        flex: 1;
        font-size: 16px;
    }
    #hz-feature .featureList>li:nth-child(1) {
        padding: 0 0 2.5em;
    }
    #hz-feature .featureList>li:nth-child(2) ,
    #hz-feature .featureList>li:nth-child(3) {
        padding: 0;
    }
    #hz-feature .featureList>li .catch {
        margin: 0 auto 3%;
        font-size: 22px;
    }
    #hz-feature .featureList>li .txt {
        font-size: 14px;
    }
    
    #hz-feature .featureList>li:nth-child(1) .icon {
        margin: 0 auto 2.8em;
        width: 61.3%;
    }
    #hz-feature .featureList>li:nth-child(2) .icon {
        margin: 0 auto 2.5em;
        width: 47.61%;
    }
    #hz-feature .featureList>li:nth-child(3) .icon {
        margin: 0 auto 1.4em;
        width: 44.04%;
    }
    #hz-feature .link-btn a {
        font-size: 16px;
        min-width: 254px;
        padding: 1.2em 1.5em;
        border-radius: 30px;
        margin-top: 3.57vw;
    }
    #hz-feature .link-btn a span {
        font-size: 22px;
    }

    /* #hz-service
    ------------------------------------------------ */
    #hz-service {
        margin: -4.5vw auto;
        padding: calc(100px + 4.5vw) 0;
        position: relative;
    }    
    #hz-ssc #hz-service .sub-ttl.green-ttl {
        margin-bottom: 50px
    }
    #hz-service .serviceList {
        position: relative;
        padding: 100px 0 0;
    }
    #hz-service .serviceList li::after {
        content: "";
        display: block;
        width: 126px;
        height: 75px;
        position: absolute;
        left: 50%;
        margin-left: -525px;
        top: -125px;
        background: url(../img/bg_service_parts_01.png) no-repeat center top;
    }
    #hz-service .serviceList li:nth-child(2):after {
        background-image: url(../img/bg_service_parts_02.png);
        width: 270px;
        height: 112px;
        top: -30px;
        margin-left: 365px;
    }
    #hz-service .serviceList li:nth-child(3):after {
        top: -40px;
        margin-left: -585px;
    }
    #hz-service .serviceList li:nth-child(4):after {
        top: -75px;
        margin-left: 475px;
    }
    #hz-service .serviceList>li {
        background-image: none;
        display: flex;
        justify-content: center;
        margin-bottom: 115px;
        position: relative;
    }
    #hz-service .serviceList>li:last-child {
        margin-bottom: 0;
    }
    #hz-service .serviceList>li>div {
        background: url(../img/bg_service01.png) no-repeat center bottom 20px;
    }
    #hz-service .serviceList>li .catch {
        padding: 0;
        font-size: 26px;
        margin-bottom: 34px;
    }
    #hz-service .serviceList>li .catch .num {
        display: block;
        margin-bottom: 34px;
    }
    #hz-service .serviceList>li .txt {
        font-size: 16px;
    }
    #hz-service .serviceList>li figure {
        display: block;
    }
    #hz-service .serviceList>li:nth-child(1) {
        padding-bottom: 0;
    }
    #hz-service .serviceList>li:nth-child(1) figure {
        margin: 0 0 0 18px;
    }
    #hz-service .serviceList>li:nth-child(3) figure {
        margin: 0 0 0 60px;
    }
    #hz-service .serviceList>li:nth-child(4) figure {
        margin: 0 30px 0 0;
    }
    #hz-service .serviceList>li:nth-child(even) > div {
        order:2;
    }
    #hz-service .serviceList>li:nth-child(even) > figure {
        order:1;
    }
    #hz-service .serviceList>li:nth-child(2),
    #hz-service .serviceList>li:nth-child(3),
    #hz-service .serviceList>li:nth-child(4) {
        background-image: none;
        padding-bottom: 0;
    }
    #hz-service .serviceList>li:nth-child(2)>div {
        background-image: url(../img/bg_service02.png);
    }
    #hz-service .serviceList>li:nth-child(3)>div {
        background-image: url(../img/bg_service03.png);
    }
    #hz-service .serviceList>li:nth-child(4)>div {
        background-image: url(../img/bg_service04.png);
    }

    /* #hz-howto
    ------------------------------------------------ */
    #hz-howto {
        font-size: 20px;
        margin-bottom: 35px;
    }
    #hz-ssc .sub-ttl p i {
        font-size: 36px;
    }
    #hz-howto .howto-step {
        background-image: url(../img/bg_howto_inner@2x.png);
        padding: 70px 0 0;
        width: 1040px;
        height: 450px;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    #hz-howto .howto-step ul {
        max-width: 74%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #hz-ssc #hz-howto .hz-entry .txtlink a,
    #hz-ssc #hz-about + .hz-entry .txtlink a {
        font-size: 16px;
    }
    #hz-howto .howto-step ul li {
        background-position: center top;
        background-size: 96px 102px;
        padding: 140px 0 0;
        text-align: center;
        line-height: 1;
        font-weight: bold;
    }
    #hz-howto .howto-step ul li > span::before {
        width: 18px;
        height: 28px;
        background-image: url(../img/ico_step_arrow@2x.png) ;
        background-size: 100% auto;
    }
    #hz-howto .howto-step ul li > span::before {
        left: inherit;
        right: -85px;
        top: 75px;
    }
    #hz-howto .howto-step ul li:nth-child(2) > span::before {
        right: -50px;
    }
    #hz-howto .howto-step .hz-entry {
        padding-top: 40px;
    }

    /* #hz-about
    ------------------------------------------------ */
    #hz-about {
        margin: 0 auto;
        padding: 90px 0 180px;
        overflow: hidden;
        position: relative;

    }
    #hz-about::before {
        content: "";
        margin: 0 auto;
        width: 2000px;
        height: 100%;
        background: #fff;
        border-radius: 50%;
        transform: translate(-50%, 0);
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
    }
    #hz-about::after {
        display: none;
    }
    #hz-about .inner {
        margin: 0 auto;
        padding: 0;
        max-width: 1000px;
        text-align: center;
        background: url("../img/img_airplane.png") no-repeat bottom 60px left 140px;
        -webkit-background-size: 383px;
        background-size: 383px;
        position: relative;
        z-index: 1;
    }
    #hz-about .logo {
        margin: 0 auto 60px;
        width: 467px;
    }
    #hz-about .txtBlock {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    #hz-about .catch {
        margin: -13px auto 0;
        padding-right: 70px;
        font-size: 32px;
        line-height: 2;
        text-align: left;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        right: 0;
    }
    #hz-about .txt {
        padding-left: 70px;
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #hz-ssc #hz-about + .hz-entry {
        padding: 0 0 135px;
        margin-top: -78px;
    }

    /* #hz-subNav
    ------------------------------------------------ */
    #hz-subNav {
        font-size: 16px;
        padding: 0.9em 0;
    }
    #hz-subNav .navWrap {
        max-width: 1100px;
        padding: 0;
    }
    #hz-subNav .navWrap nav {
        width: 79%;
    }
    #hz-subNav .navWrap nav p {
        display: none;
    }
    #hz-subNav .navWrap nav div {
        position: inherit;
        left: inherit;
        bottom: inherit;
        background-color: inherit;
        display: block;
        padding: 0;
    }
    #hz-subNav .navWrap nav ul {
        display: flex;
        justify-content: space-between; 
    }
    #hz-subNav .navWrap nav ul li {
        text-align: center;
        line-height: 1.2;
        margin-bottom: 0;
    }
    #hz-subNav .navWrap nav ul li span {
        display: block;
        text-align: center;
        font-size: 22px;
    }
    #hz-subNav .join-btn a {
        min-width: 180px;
    }
    #hz-subNav .join-btn a span {
        font-size: 22px;
    }
}
@media (hover: hover) {
    #hz-subNav .navWrap nav ul li a:hover,
    #hz-subNav .join-btn a:hover,
    #hz-feature .link-btn a:hover {
        opacity: 0.5;
        transition: all .5s;
    }
}

@media only screen and (min-width:601px) and (max-width:1100px) {
     #hz-ssc .hz-entry .btn a {
        min-width: 30.85vw;
        font-size: 1.64vw;
        padding: 1.43vw 4.43vw 1.50vw 2.57vw;
    }
    #hz-ssc .hz-entry .btn a span.fzl {
        font-size: 2.5vw;
    }

    #hz-feature .featureList,
    #hz-howto .howto-step {
        width: 94.54%;
    }
    #hz-about {
        padding-bottom: 16.3vw;
    }
    #hz-ssc #hz-about + .hz-entry {
        margin-top: -5vw;
    }
    #hz-subNav {
        font-size: 1.45vw;
    }
    #hz-subNav .navWrap nav ul {
        padding-left: 1.5em;
    }
    #hz-subNav .navWrap nav ul li span,
    #hz-subNav .join-btn a span {
        font-size: 2vw;
    }
}