@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-bg {
    padding: 20px 0;
    background-image: url(../../img/start/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.about {
    padding: 115px 0 0
}

.about .possible {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.about .possible__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 621px;
    margin: 0 0 0 -30px
}

.about .possible__txt {
    width: 100%;
    padding: 0 0 0 10px
}

.about .possible__txt .description {
    margin: 0 0 40px
}

.about .possible__txt h2 {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 700
}

.about .possible__txt p {
    font-size: 15px;
    line-height: 2
}

.about .possible__txt h3 {
    margin: 0 0 35px;
    color: #32c1b2;
    font-size: 20px
}

.about .possible__txt .list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px
}

.about .possible__txt .list li,
.about .possible__txt .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about .possible__txt .list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    margin-top: 20px;
    font-weight: 500
}

.about .possible__txt .list li .order {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin: 9px 10px 0 0;
    border: 1px solid #a0a0a0;
    border-radius: 20%;
    vertical-align: middle
}

.about .possible__txt .list li p {
    display: inline-block
}

.about .possible__txt .text {
    margin-top: 30px;
    font-size: 10px;
    line-height: 2
}

.about .possible__txt .text span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em
}

.about .icon {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin: 80px 0 0
}

.about .icon__item {
    position: relative;
    width: 33%;
    padding: 0 20px;
    text-align: center
}

.about .icon__item .icon-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    height: 100px;
    text-align: center
}

.about .icon__item .icon-img img {
    margin: 0 auto
}

.about .icon__item h3 {
    margin: 35px 0 0;
    font-size: 20px
}

.about .icon__item h3 span {
    display: inline-block;
    position: relative
}

.about .icon__item h4 {
    margin: 35px 0 0;
    color: #32c1b2;
    font-size: 15px
}

.about .icon__item p {
    margin: 35px 0 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left
}

.about .icon__item .free-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    align-items: center;
    width: 68px;
    height: 68px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #ff762c;
    text-align: center
}

.about .icon__item .free-icon .free-text {
    margin: 0 auto;
    color: #fff
}

.about .func {
    margin: 150px 0 0
}

.about .func-wrap {
    margin: 0 0 150px
}

.about .func__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about .func h3 {
    margin: 40px 0 50px;
    font-size: 25px
}

.about .func .smart-box {
    width: 33%;
    padding: 0 20px;
    text-align: center
}

.about .func .smart-box h4 {
    color: #32c1b2;
    font-size: 16px
}

.about .func .smart-box img {
    margin: 20px 0 0
}

.about .func .smart-box p {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left
}

.about .other-func {
    margin: 0 0 120px;
    border: 1px solid #32c1b2;
    border-radius: 3px
}

.about .other-func__title {
    width: 150px;
    height: 50px;
    margin: -20px 0 0 80px;
    border-radius: 3px;
    background-color: #32c1b2;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center
}

.about .other-func__content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 40px 80px
}

.about .other-func__content .favorite {
    width: 50%;
    margin: 0 100px 0 0
}

.about .other-func__content .favorite p {
    line-height: 1.8
}

.about .other-func__content .review {
    width: 50%
}

.about .other-func__content .review p {
    line-height: 1.8
}

.about .other-func__content .title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.about .other-func__content .title h4 {
    margin: 0 0 0 20px;
    color: #32c1b2;
    font-size: 20px
}

.underline-title {
    text-align: center
}

.underline-title h2 {
    font-size: 25px;
    font-weight: 700
}

.underline-title .underline {
    width: 35px;
    height: 25px;
    margin: 0 auto;
    border-bottom: 2px solid #7d7d7d
}

.gene {
    padding: 90px 0 0;
    background-color: #f6f6f4
}

.gene .logo {
    margin: 50px 0 38px;
    text-align: center
}

.gene__items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 90px
}

.gene__items .item {
    -webkit-box-shadow: 0 3px 15px 0 rgba(5, 0, 1, .1);
    width: 49%;
    margin: 22px 0 0;
    padding: 45px 35px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 15px 0 rgba(5, 0, 1, .1)
}

.gene__items .item h4 {
    margin: 0 0 35px;
    color: #32c1b2;
    font-size: 18px
}

.gene__items .item p {
    font-size: 14px;
    line-height: 1.72
}

.gene__items .item p.cap {
    font-size: 10px;
    line-height: 2
}

.gene__items .item p.cap span {
    display: inline-block;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em
}

.gene-about {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start
}

.gene-about .about-bg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc((100vw - 1060px)/2 + 300px);
    margin-right: 60px;
    padding-left: calc((100vw - 1060px)/2);
    background-color: #1c6b63;
    background-image: url(../../img/start/about@1x.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.gene-about .about-bg .about-img {
    position: relative;
    height: 100%;
    padding: 30px 0
}

.gene-about .about-bg .about-img h3 {
    color: #fff;
    font-size: 30px
}

.gene-about .about-bg .about-img p {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 100
}

.gene-about .about-content {
    width: 610px;
    margin-bottom: 100px
}

.gene-about .about-content p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8
}

.gene-about .about-content__link {
    text-align: right
}

.gene-about .about-content a {
    color: #32c1b2;
    font-size: 15px
}

.arrow-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: 315px;
    height: 50px;
    margin: -17px auto 0;
    border-radius: 2px;
    background: #fff45c;
    font-size: 20px;
    font-weight: 700
}

.arrow-box__title {
    margin: 0 auto;
    color: #000
}

.arrow-box:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid rgba(255, 244, 92, 0);
    border-top-color: #fff45c;
    color: #000;
    content: "";
    pointer-events: none
}

.review-area {
    padding: 90px 0 0
}

.review-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 100px 0 130px
}

.review-items .review-campaign {
    width: 430px;
    padding: 0 30px 60px;
    border: 1px solid #32c1b2;
    border-radius: 2%
}

.review-items .review-campaign h2 {
    margin: 25px 0 37px;
    font-size: 35px;
    font-weight: 700;
    text-align: center
}

.review-items .review-campaign__title {
    margin: 0 0 16px;
    color: #32c1b2;
    font-size: 20px
}

.review-items .review-campaign h4 {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 1.8
}

.review-items .review-campaign .sub-title {
    margin-bottom: 28px
}

.review-items .review-campaign .sub-title li {
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.5;
    text-indent: -1em
}

.review-items .review-campaign .sub-title li+li {
    margin-top: 2px
}

.review-items .review-campaign .kome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.review-items .review-campaign .kome span {
    font-size: 12px;
    line-height: 1.8
}

.review-items .review-campaign p {
    display: inline-block;
    font-size: 12px;
    line-height: 1.8
}

.review-items .review-item {
    width: 270px;
    padding: 28px 25px;
    border: 1px solid #32c1b2;
    border-radius: 2%;
    text-align: center
}

.review-items .review-item h2 {
    margin: 0 0 15px;
    color: #32c1b2;
    font-size: 40px
}

.review-items .review-item h3 {
    margin: 0 0 23px;
    color: #32c1b2;
    font-size: 22px
}

.review-items .review-item p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left
}

.review-items .review-item img {
    display: inline-block;
    margin-bottom: 14px
}

.original-campaign .underline-title {
    margin: 80px 0
}

.original-campaign__item {
    margin: 0 135px 125px;
    padding: 0 60px 40px 40px;
    border: 1px solid #32c1b2;
    border-radius: 5px
}

.original-campaign .campaign-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0
}

.original-campaign .campaign-items__contents {
    margin: 0 10px 0 0
}

.original-campaign .campaign-items__contents h2 {
    margin: 0 0 40px;
    font-size: 33px;
    font-weight: 700
}

.original-campaign .campaign-items__contents h3 {
    margin: 0 0 40px;
    color: #32c1b2;
    font-size: 20px;
    line-height: 1.8
}

.original-campaign .campaign-items__contents .bullet-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.original-campaign .campaign-items__contents .bullet-contents span {
    margin: 6px 0 0
}

.original-campaign .campaign-items__contents p {
    font-size: 15px;
    line-height: 1.8
}

.original-campaign .campaign-items__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.inspection__flow {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 95px 0 0
}

.inspection__flow .flow-item {
    width: 23%;
    padding: 25px 35px;
    border-radius: 3px;
    background-color: #eee
}

.inspection__flow .flow-item__number {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #32c1b2
}

.inspection__flow .flow-item__number h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 20px
}

.inspection__flow .flow-item p {
    margin: 25px 0 0;
    font-size: 15px;
    line-height: 1.8
}

.inspection__flow .flow-item:not(:last-child) {
    margin-right: 0
}

.inspection .cap {
    margin-top: 20px;
    margin-bottom: 140px;
    line-height: 1.5;
    text-align: left
}

@media screen and (max-width:767px) {
    .c-pankuzu {
        display: none
    }
    .main-bg {
        padding-bottom: 0;
        background: none
    }
    .main-bg .c-inner {
        max-width: 100%
    }
    .about {
        padding-top: 34px
    }
    .about .possible__txt {
        width: 100%;
        padding: 0
    }
    .about .possible__txt .description {
        margin-bottom: 48px
    }
    .about .possible__txt h2 {
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 1.5
    }
    .about .possible__txt p {
        font-size: 14px;
        line-height: 1.71429
    }
    .about .possible__txt h3 {
        margin-bottom: 40px;
        font-size: 17px
    }
    .about .possible__txt .list li {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.5
    }
    .about .possible__txt .list li .order {
        width: 12px;
        height: 12px;
        margin-top: 7px;
        margin-bottom: -4px
    }
    .about .icon {
        display: block;
        margin-top: 49px
    }
    .about .icon__item {
        width: 100%;
        margin: 0 0 30px;
        padding: 0
    }
    .about .icon__item h3 {
        margin-top: 10px;
        font-size: 17px
    }
    .about .icon__item h4 {
        margin-top: 20px;
        font-size: 15px
    }
    .about .icon__item p {
        margin-top: 20px;
        font-size: 14px
    }
    .about .icon__item .free-icon {
        right: 50px;
        width: 50px;
        height: 50px
    }
    .about .func {
        margin-top: 67px
    }
    .about .func-wrap {
        margin-bottom: 65px;
        overflow-x: scroll
    }
    .about .func__items {
        width: 860px
    }
    .about .func h3 {
        margin: 45px 0 32px;
        font-size: 17px;
        text-align: center
    }
    .about .func .smart-box {
        width: 32%;
        padding: 0
    }
    .about .func .smart-box+.smart-box {
        margin-left: 2%
    }
    .about .func .smart-box img {
        width: 160px;
        margin-top: 26px
    }
    .about .other-func {
        margin-bottom: 52px
    }
    .about .other-func__title {
        width: 130px;
        height: 40px;
        margin: -20px 0 0 -1px;
        font-size: 16px;
        line-height: 40px
    }
    .about .other-func__content {
        display: block;
        padding: 32px 20px
    }
    .about .other-func__content .favorite {
        width: 100%
    }
    .about .other-func__content .favorite p {
        font-size: 14px
    }
    .about .other-func__content .review {
        width: 100%;
        margin-top: 32px
    }
    .about .other-func__content .review p {
        font-size: 14px
    }
    .about .other-func__content .title h4 {
        margin-left: 12px;
        font-size: 17px
    }
    .about .other-func__content .title img {
        width: 40px
    }
    .underline-title h2 {
        font-size: 19px
    }
    .underline-title .underline {
        width: 30px;
        height: 25px;
        border-bottom: 2px solid #7d7d7d
    }
    .gene {
        padding-top: 69px
    }
    .gene .logo {
        margin-top: 32px
    }
    .gene .logo img {
        width: 130px
    }
    .gene__items {
        display: block;
        margin-bottom: 50px
    }
    .gene__items .item {
        width: 100%;
        padding: 42px 25px
    }
    .gene__items .item h4 {
        margin-bottom: 26px;
        font-size: 16px
    }
    .gene-about {
        display: block;
        padding: 0 0 49px
    }
    .gene-about .about-bg .about-img {
        padding: 22px 0
    }
    .gene-about .about-bg .about-img h3 {
        margin: 0;
        font-size: 23px
    }
    .gene-about .about-bg .about-img p {
        font-size: 11px
    }
    .gene-about .about-content {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0 20px
    }
    .gene-about .about-content p {
        font-size: 14px
    }
    .gene-about .about-content__link {
        margin: 39px 0 0;
        text-align: center
    }
    .arrow-box {
        width: 550px;
        height: 80px;
        margin: -12px auto 0;
        font-size: 35px
    }
    .review-area {
        padding: 38px 0 0
    }
    .review-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 38px;
        margin-bottom: 0
    }
    .review-items .review-campaign {
        width: 100%;
        margin: 0 0 14px;
        padding: 0 14px 32px
    }
    .review-items .review-campaign h2 {
        margin-bottom: 11px;
        font-size: 25px
    }
    .review-items .review-campaign__title {
        margin-bottom: 21px;
        font-size: 16px;
        text-align: center
    }
    .review-items .review-campaign h4 {
        font-size: 30px
    }
    .review-items .review-campaign .sub-title {
        margin-bottom: 21px
    }
    .review-items .review-campaign .kome,
    .review-items .review-campaign p {
        font-size: 12px
    }
    .review-items .review-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 48%;
        margin: 0;
        padding: 15px 15px 36px
    }
    .review-items .review-item h2 {
        margin-bottom: 9px;
        font-size: 30px
    }
    .review-items .review-item h3 {
        font-size: 14px;
        line-height: 1.5
    }
    .review-items .review-item p {
        margin-top: auto;
        font-size: 14px
    }
    .review-items .review-item img {
        margin-bottom: 7px
    }
    .original-campaign .underline-title {
        margin: 53px 0 43px
    }
    .original-campaign__item {
        margin: 0 0 66px;
        padding: 0 20px 30px
    }
    .original-campaign .campaign-items {
        display: block;
        margin-top: 25px
    }
    .original-campaign .campaign-items__contents {
        margin: 0
    }
    .original-campaign .campaign-items__contents h2 {
        margin-bottom: 14px;
        font-size: 25px;
        text-align: center
    }
    .original-campaign .campaign-items__contents h3 {
        margin-bottom: 17px;
        font-size: 16px
    }
    .original-campaign .campaign-items__contents .bullet-contents+.bullet-contents {
        margin-top: -1px
    }
    .original-campaign .campaign-items__contents .bullet-contents {
        font-size: 14px;
        line-height: 1.8
    }
    .original-campaign .campaign-items__contents .bullet-contents span {
        margin: 0
    }
    .original-campaign .campaign-items__contents p {
        font-size: 14px
    }
    .original-campaign .campaign-items__img {
        margin-top: 4px;
        text-align: center
    }
    .inspection__flow {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 41px
    }
    .inspection__flow .flow-item {
        width: 49%;
        margin: 0 0 10px;
        padding: 25px 15px 34px
    }
    .inspection__flow .flow-item__number {
        width: 30px;
        height: 30px
    }
    .inspection__flow .flow-item__number h2 {
        font-size: 15px
    }
    .inspection__flow .flow-item p {
        margin-top: 18px;
        font-size: 14px
    }
    .inspection__flow .flow-item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .about .possible .pc {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .gene-about .about-bg {
        width: 370px;
        padding-left: 70px
    }
}

@media screen and (max-width:1200px) and (max-width:767px) {
    .gene-about .about-bg {
        width: 250px;
        padding-left: 20px;
        background-color: #f6f6f4;
        background-image: url(../../img/start/about_sp.jpg);
        background-size: cover
    }
}

@media (max-width:659px) {
    .arrow-box {
        width: 375px;
        height: 50px;
        font-size: 26px
    }
}

@media (max-width:500px) {
    .arrow-box {
        width: 250px;
        height: 40px;
        font-size: 20px
    }
}


/*# sourceMappingURL=../map/page/start.css.map */