@-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)
    }
}

.p-genre__title,
.p-service__title {
    margin-bottom: 45px;
    font-size: 25px;
    line-height: 1.5
}

.p-mv {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.p-search .l-search {
    margin-top: -57px;
    background: hsla(0, 0%, 100%, .88)
}

.p-service {
    margin-top: 60px;
    margin-bottom: 90px
}

.p-genre {
    margin-bottom: 100px
}

.p-genre__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -6px
}

.p-genre__list li {
    margin-top: 6px;
    margin-right: 6px
}

.p-genre__list li:nth-child(4n) {
    margin-right: 0
}

.p-genre__list li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.p-genre__list li a .image {
    width: 100%;
    height: 140px
}

.p-genre__list li a .image img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-genre__list li a .text {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.47059;
    text-align: center
}

.p-about {
    position: relative;
    margin-bottom: 110px;
    padding: 160px 0 140px
}

.p-about:before {
    top: 0;
    left: 0;
    width: 27%;
    height: calc(100% - 65px);
    background-color: #8eddd5
}

.p-about:after,
.p-about:before {
    z-index: -1;
    position: absolute;
    content: ""
}

.p-about:after {
    right: 0;
    bottom: 0;
    width: 73%;
    height: calc(100% - 100px);
    background-color: #f6f6f4
}

.p-about-flex {
    -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
}

.p-about-flex__image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 80px
}

.p-about-flex__image img {
    border-radius: 2px
}

.p-about-flex__textarea .text01 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.57143
}

.p-about-flex__textarea .title {
    margin-bottom: 50px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.51515
}

.p-about-flex__textarea .title span {
    color: #32c1b2;
    font-weight: 700
}

.p-about-flex__textarea .text02 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.76471
}

.p-about-flex__textarea .text02 .orange {
    color: #ff762c
}

.p-about-flex__textarea .text03 {
    margin-top: 20px;
    font-size: 10px;
    line-height: 2
}

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

.p-about-flex .c-btnB {
    text-align: left
}

.p-flow-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-flow-flex__textarea .title {
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6
}

.p-flow-flex__textarea .text01 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.875
}

.p-flow-flex__textarea .cap {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.5
}

.p-flow-flex__textarea .point {
    padding: 20px 25px 40px;
    border-radius: 5px;
    background-color: #f6f6f4
}

.p-flow-flex__textarea .point__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-bottom: 15px;
    font-size: 20px;
    font-weight: 700
}

.p-flow-flex__textarea .point__title img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.p-flow-flex__textarea .point__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875
}

.p-flow-flex__image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 65px
}

.p-flow-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-flow-num__item {
    position: relative;
    width: 33.3333%;
    padding: 70px 20px 20px;
    border: 1px solid #32c1b2
}

.p-flow-num__item+.p-flow-num__item {
    border-left: none
}

.p-flow-num__item .fukidashi {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center
}

.p-flow-num__item .fukidashi span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 69px;
    height: 74px;
    padding-bottom: 5px;
    background: url(../../img/top/fukidashi.png) 50% no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 25px
}

.p-flow-num__item .title {
    margin-bottom: 30px;
    color: #32c1b2;
    font-size: 22px;
    font-weight: 400;
    text-align: center
}

.p-flow-num__item .text {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6
}

.p-flow-num__item .list,
.p-flow-num__item .text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.p-flow-num__item .list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 195px
}

.p-flow-num__item .list ul li {
    border-bottom: 1px dotted #32c1b2;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.8125
}

.p-flow-num__item .image {
    margin-bottom: 15px;
    text-align: center
}

.p-flow-num__item .text02 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}

.p-flow-num__item .text02 span {
    color: #ff762c;
    font-weight: 700
}

.p-flow-num__item .text03 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center
}

.p-popular {
    margin-top: 130px;
    background-color: #f4f7f9
}

.p-popular,
.p-voice {
    padding: 100px 0
}

.p-column .c-column,
.p-news {
    margin-bottom: 100px
}

.p-news__inner {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
    -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;
    padding: 80px;
    border-radius: 5px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08)
}

.p-news__titlearea {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 100px
}

.p-news__titlearea .title {
    -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;
    margin-bottom: 35px
}

.p-news__titlearea .title .en {
    color: #32c1b2;
    font-size: 30px;
    font-weight: 500
}

.p-news__titlearea .title .ja {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500
}

.p-news__titlearea .more {
    -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;
    font-size: 13px
}

.p-news__titlearea .more img {
    margin-left: 5px
}

.p-news__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-news__list li+li {
    margin-top: 30px
}

.p-news__list li .date {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 35px;
    color: #898989;
    font-size: 14px;
    line-height: 1.5
}

.p-news__list li .textarea dl dt {
    margin-bottom: 10px;
    color: #32c1b2;
    font-size: 13px;
    font-weight: 500;
    font-weight: 400;
    line-height: 1.5
}

.p-news__list li .textarea dl dd {
    font-size: 13px;
    line-height: 1.5
}

.p-campaign {
    margin-bottom: 100px;
    text-align: center
}

.p-fixbnr {
    z-index: 9999;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px
}

@media screen and (max-width:767px) {
    .p-genre__title,
    .p-service__title {
        margin-bottom: 30px;
        font-size: 20px;
        text-align: center
    }
    .p-search .l-search {
        margin-top: -100px;
        background-color: #fff
    }
    .p-service {
        margin-top: 30px
    }
    .p-genre,
    .p-service {
        margin-bottom: 40px
    }
    .p-genre__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .p-genre__list li {
        width: 49%;
        margin-right: 0
    }
    .p-genre__list li a .image {
        height: 100px
    }
    .p-genre__list li a .text {
        font-size: 15px
    }
    .p-about {
        margin-bottom: 40px;
        padding: 0
    }
    .p-about:before {
        top: auto;
        bottom: 50px;
        left: 0;
        width: 195px;
        height: 225px
    }
    .p-about:after {
        bottom: 140px;
        width: 250px;
        height: 340px
    }
    .p-about-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .p-about-flex__image {
        margin-top: 60px;
        margin-right: 0;
        text-align: center
    }
    .p-about-flex__image img {
        width: 60%
    }
    .p-about-flex__textarea .title {
        margin-bottom: 20px;
        font-size: 19px
    }
    .p-about-flex__textarea .text02 {
        font-size: 14px
    }
    .p-about-flex .c-btnB {
        width: 100%
    }
    .p-flow-flex {
        display: block
    }
    .p-flow-flex__textarea {
        margin-bottom: 30px
    }
    .p-flow-flex__textarea .title {
        margin-bottom: 25px;
        font-size: 19px
    }
    .p-flow-flex__textarea .text01 {
        font-size: 14px
    }
    .p-flow-flex__textarea .point__title {
        font-size: 17px
    }
    .p-flow-flex__textarea .point__text {
        font-size: 14px
    }
    .p-flow-flex__image {
        margin-left: 0
    }
    .p-flow-num_wrap {
        padding-top: 25px;
        overflow-x: auto
    }
    .p-flow-num {
        width: 860px
    }
    .p-flow-num__item .title {
        font-size: 18px
    }
    .p-flow-num__item .text {
        font-size: 14px
    }
    .p-popular {
        margin-top: 40px
    }
    .p-popular,
    .p-voice {
        padding: 40px 0
    }
    .p-column .c-column {
        margin-bottom: 50px
    }
    .p-news {
        margin-bottom: 40px
    }
    .p-news__inner {
        display: block;
        padding: 20px
    }
    .p-news__titlearea {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 20px
    }
    .p-news__titlearea .title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 10px
    }
    .p-news__titlearea .title .en {
        margin-right: 10px;
        font-size: 20px
    }
    .p-news__titlearea .title .ja {
        margin-top: 0
    }
    .p-news__titlearea .more {
        font-size: 12px
    }
    .p-news__list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .p-news__list li .date,
    .p-news__list li .textarea dl dt {
        margin-bottom: 5px
    }
    .p-campaign {
        margin-bottom: 80px
    }
    .l-ftr {
        padding-bottom: 120px
    }
}


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