* {
    margin: 0;
    padding: 0;
}

@charset "utf-8";

body,
table,
th,
td,
div,
img,
section,
tr,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-weight: 400;
}

body {}


.pc-hide {
    display: none;
}

p {
    color: #808080;
}

img {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

@media screen and (max-width:720px) {
    .sp-hide {
        display: none;
    }

    .pc-hide {
        display: block;
    }
}


/*//////////////////////////////////////////////////////*/
/*/////////////// タイトル全体の設定ここから ///////////////*/
/*/////////////////////////////////////////////////////*/

.wrap-ttl {
    max-width: 400px;
    margin: 40px auto 0 auto;
    text-align: center;
}


/* 要素上からスライドここから */

.ttl-drop.active {
    animation: anim-drop 1s forwards;
    padding-bottom: 40px;
}

@keyframes anim-drop {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(50px);
    }
}

/* 要素上からスライドここまで */

/* ダイナミックタイトルここから */

.ttl-animate.active span {
    display: inline-block;
}

.ttl-animate.active span:nth-of-type(2) {
    animation-delay: .05s;
}

.ttl-animate.active span:nth-of-type(3) {
    animation-delay: .1s;
}

.ttl-animate.active span:nth-of-type(4) {
    animation-delay: .15s;
}

.ttl-animate.active span:nth-of-type(5) {
    animation-delay: .2s;
}

.ttl-animate.active span:nth-of-type(6) {
    animation-delay: .25s;
}

.ttl-animate.active span:nth-of-type(7) {
    animation-delay: .3s;
}

.ttl-animate.active span:nth-of-type(8) {
    animation-delay: .35s;
}

.ttl-animate.active span:nth-of-type(9) {
    animation-delay: .4s;
}

.ttl-animate.active span:nth-of-type(10) {
    animation-delay: .45s;
}

.ttl-animate.active span:nth-of-type(11) {
    animation-delay: .5s;
}

.ttl-animate.active span:nth-of-type(12) {
    animation-delay: .55s;
}

.ttl-animate.active span:nth-of-type(13) {
    animation-delay: .6s;
}

.ttl-animate.active span:nth-of-type(14) {
    animation-delay: .65s;
}

.ttl-animate.active span:nth-of-type(15) {
    animation-delay: .7s;
}

.ttl-animate.active span:nth-of-type(16) {
    animation-delay: .75s;
}

.ttl-animate.active span:nth-of-type(17) {
    animation-delay: .8s;
}

.ttl-animate.active span:nth-of-type(18) {
    animation-delay: .85s;
}

.ttl-animate.active span:nth-of-type(19) {
    animation-delay: .9s;
}

.ttl-animate.active span:nth-of-type(20) {
    animation-delay: .95s;
}


/* Animation Three(３番目のexample) */

.three {
    text-align: center;
    padding: 40px 20px 10px 20px;
}

.three.active span {
    color: #FF80A2;
    font-size: 30px;
    font-weight: 600;
    opacity: 0;
    transform: translate(-300px, 0) scale(0);
    animation: sideSlide .5s forwards;
}

@keyframes sideSlide {
    60% {
        transform: translate(20px, 0) scale(1);
        color: #FF80A2;
    }

    80% {
        transform: translate(20px, 0) scale(1);
        color: #FF80A2;
    }

    99% {
        transform: translate(0) scale(1.2);
        color: #00f0ff;
    }

    100% {
        transform: translate(0) scale(1);
        opacity: 1;
        color: #FF80A2;
    }
}

/* ダイナミックタイトルここまで */

/* サブタイトル下からスライドここから */

.ttl-sub {
    color: #FF80A2;
}

.ttl-sub.active {
    color: #FF80A2;
    animation: anim-up 1s forwards;
    padding-bottom: 40px;
}

@keyframes anim-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* サブタイトル下からスライドここまで */

/*//////////////////////////////////////////////////////*/
/*/////////////// タイトル全体の設定ここまで ///////////////*/
/*/////////////////////////////////////////////////////*/

/* TOP設定 */
#top {
    position: relative;
}

/* TOPテキスト */
#top-txt img {
    position: absolute;
    width: 50vw;
    top: 5%;
    left: 15%;
}

/* 5万円ぽよぽよ */
#present-top img {
    position: absolute;
    width: 25vw;
    top: 50%;
    left: 5%;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}

@keyframes poyopoyo {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }
}

#top-img img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

/* トップのスライドショーここから */

#top-slider {
    max-width: 640px;
    margin: 100px auto 60px auto;
}

/* トップのスライドショーここまで */

/* スクロール判定ここから */

.fadein-left {
    transition: all .3s linear;
    transform: translateY(40px);
    opacity: 0;
}

.fadein-left.active {
    transform: translateY(0);
    opacity: 1;
}

/* スクロール判定ここまで */



#top-img {
    text-align: center;
}

#top-img img {
    max-width: 100%;
    margin: 0 auto;
}

/*h1 {
    text-align: center;
    font-size: 1.7rem;
    color: #FF80A2;
    background-color: #FFFFC5;
    padding: 20px;
}*/


.text-center {
    text-align: center;
    max-width: ;
    line-height: 2;
    padding: 0px 10px 60px 10px;
}

.nami img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.section-bl {
    background-color: #DAF5F1;
}

.section-pk {
    background-color: #FFE8E5;
    padding-bottom: 20px;
}

.section-mint {
    background-color: #D9F4F0;
    padding-bottom: 20px;
}

.section-ttl {
    color: #FF80A2;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    padding-bottom: 50px;
}

.section-ttl-img {
    text-align: center;
    margin: 0 auto;
    padding: 40px 10px;
}

.section-ttl-img img {
    max-width: 100%;
}


@media screen and (max-width:720px) {
    h1 {
        text-align: center;
        font-size: 1.2rem;
        color: #FF80A2;
        background-color: #FFFFC5;
        padding: 0 20px;
        height:100px;
    }

    .section-ttl {
        font-size: 1.2rem;
        padding: 20px 10px;
    }
}


/* 4つのポイントここから */
.point4-fullwrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.point4-wrap {
    max-width: 240px;
    background-color: #FFFFFF;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    border: 10px #FFFFC5 solid;
}

.point4-wrap h2 {
    color: #FF80A2;
    font-size: 1.5rem;
}

.point4-wrap h3 {
    color: #FF80A2;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.point4-wrap img {
    max-width: 100%;
    padding: 20px 0;
}


@media screen and (max-width:720px) {
    .point4-wrap {
        max-width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
}

/* 4つのポイントここまで */




/* 給与と福利厚生ここから */
#kyuyo-img-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 10px 100px 10px;
}

#kyuyo-img-wrap img {
    max-width: 100%;
}

@media screen and (max-width:720px) {
    #kyuyo-img-ppl {
        max-width: 100px;
    }
}


/* 6つのおすすめポイントここから */
.osusume6-fullwrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 50px;
}

.osusume6-wrap {
    max-width: 250px;
    background-color: #FFFFC5;
    text-align: center;
    margin: 15px;
}

.osusume6-img img {
    max-width: 200px;
    padding: 20px 0;
}

.osusume6-wrap h3 {
    color: #FF80A2;
    font-weight: 600;
}

.osusume6-wrap p {
    text-align: left;
    padding: 20px;
}

@media screen and (max-width:720px) {
    .osusume6-img img {
        max-width: 300px;
        padding: 20px 0;
    }

    .osusume6-wrap {
        max-width: 100%;
        background-color: #FFFFC5;
        text-align: center;
        margin: 15px;
    }

    .osusume6-fullwrap {
        padding-bottom: 10px;
    }
}

/* スタッフインタビューここから */
#section-staff {
    max-width: 100%;
    background-color: #FFE8E5;
    padding: 20px;
}

.staff-wrap {
    background-color: #FFFFFF;
    max-width: 740px;
    border-radius: 10px;
    margin: 0 auto 40px auto;
    padding: 60px 30px;
}

.staff-block {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

.staff-intro {
    max-width: 840px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.staff-img-top img {
    max-width: 320px;
    margin-right: 50px;
}

.interview-midashi {
    font-size: 1.5rem;
    color: #FF80A2;
    font-weight: 600;
    padding-bottom: 20px;
}

.staff-name {
    color: #FF80A2;
}


.staff-prof {
    max-width: 400px;
}

.interview-txt {
    border-radius: 10px;
    max-width: 340px;
    padding: 20px;
    border: dotted #FFE7E4 3px;
}


.interview-ttl {
    color: #FF80A2;
    font-size: 1.2rem;
    border-bottom: 1px solid #FF80A2;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.interview-no {
    font-size: 2rem;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 800;
}

.staff-img img {
    max-width: 267px;
    margin: 0 30px;
}

.interview-comment-mark {
    color: #FF80A2;
    font-weight: 600
}

.interview-shime {
    background-color: #FFFFC5;
    border-radius: 10px;
    padding: 20px;
    max-width: 640px;
    margin: 0 auto;
}

.shime-ttl {
    text-align: center;
    font-size: 1.5rem;
    color: #FF80A2;
    font-weight: 600;
    padding-bottom: 20px;
}

.shime-comment {
    padding: 0 40px;
    text-align: center;
}


@media screen and (max-width:720px) {
    .staff-wrap {
        margin: 0 auto 20px auto;
        padding: 20px;
    }

    .staff-block {
        padding: 0 0 60px 0;
        flex-direction: column;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .staff-intro {
        padding-bottom: 20px;
    }

    .staff-img-top img {
        max-width: 300px;
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .staff-prof {
        text-align: center;
        padding: 30px;
    }

    .interview-midashi {
        padding-bottom: 10px;
    }

    .staff-img img {
        margin: 0;
        padding: 0 0 20px 0;
    }

    .interview-ttl {
        font-size: 1.2rem;
        border-bottom: 1px solid #FF80A2;
        margin-bottom: 10px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        text-align: center;
    }

    .interview-no {
        font-size: 1.7rem;
        padding-left: 2px;
        padding-right: 2px;
        font-weight: 800;
    }

    .staff-img {
        max-width: 267px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .interview-shime {
        padding: 20px;
    }

    .shime-ttl {
        text-align: center;
        font-size: 1.2rem;
        color: #FF80A2;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #FF80A2;
    }

    .shime-comment {
        text-align: left;
        padding: 10px;
    }
}



/* よくある質問ここから　*/

.fna-Q {
    font-size: 1.5rem;
    padding-right: 10px;
}

.accordion {
    max-width: 720px;
    padding: 0 10px 60px 10px;
    margin: 0 auto;
}

/* チェックボックスは非表示 */
.accordion-hidden {
    display: none;
}

/* Question部分 */
.accordion-open {
    display: block;
    padding: 10px;
    background: #73CEC6;
    color: #FFFFFF;
    cursor: pointer;
    margin: 5px 0;
    font-weight: 500;
    position: relative;
    /* 変更部分 */
    border-radius: 10px;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
    height: auto;
    opacity: 1;
    padding: 10px;
    color: #666666;
}

/* よくある質問ここまで　*/


/* 採用の流れここから */

#flow-full-wrap {
    padding: 20px;
}

.flow-wrap {
    display: flex;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.flow-img-wrap img {
    height: 120px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}


.flow-img-wrap {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.flow-txt-wrap {
    width: 400px;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.flow-step {
    font-size: 1.7rem;
    color: #FF80A2;
    margin-bottom: 10px;
    font-family: 'Zen Old Mincho', serif;
}

@media screen and (max-width:720px) {
    .flow-wrap {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .flow-txt-wrap {
        max-width: 250px;
        margin: 0 auto;
        padding: 10px 20px;
    }

    .flow-img-wrap {
        padding-bottom: 20px;
    }
}


/* 募集要項ここから */

.oiwai img {
    text-align: center;
    padding-bottom: 100px;
    max-width: 100%;
    margin: 10px auto;
}

.oiwai {
    margin: 10px auto;
    max-width: 100%;
    text-align: center;
}

.tbl-r02 {
    margin: 0 auto;
    padding-bottom: 80px;
    max-width: 100%;
}

.tbl-r02 th {
    background: #3CCEBA;
    color: #fff;
    padding: 20px;
    font-weight: 600;
}

.tbl-r02 td {
    background: #D9F4F0;
    padding: 20px;
    width: 300px;
}

@media screen and (max-width: 720px) {
    .tbl-r02 {
        max-width: 90%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        border-bottom: none;
        display: block;
        margin: 0 auto;
    }
}


/* 問い合わせフォームここから　*/
.section-cream {
    background-color: #FFFBEA;
}

.attention-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 20px;
}

.attention-wrap p {
    font-size: 0.8rem;
    padding: 5px;
    line-height: 1.5;
    text-indent: -1em;
}

#formWrap {
    width: 700px;
    margin: 0 auto 20px auto;
    line-height: 120%;
    font-size: 90%;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #FFE7E4;
}

table.formTable td,
table.formTable th {
    padding: 10px;
    border-bottom: 1px solid #FFFFFF;
}

table.formTable th {
    width: 30%;
    background: #FF80A1;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px;
}

table.formTable tr {
    padding-bottom: 20px;
}

#formWrap p {
    text-align: center;
    padding: 20px 0;
    color: #FF5E88;
}

.hissu {
    color: red;
    font-size: 0.7rem;
    padding-left: 10px
}

.ninni {
    font-size: 0.7rem;
}

.sama {
    padding-left: 10px;
}


/* labelとradioボタン or labelが隣り合ってる場合にradio or labelの左に余白を付ける */
label + input[type="radio"],
label + label {
    margin-left: 2rem;
}

input#submit-button {
    border-style: none;
    border-radius: 10px;
    border: 1px #cccccc solid;
    width: 180px;
    height: 50px;
    padding: 10px;
    font-size: 1.1rem;
}

input#submit-button:hover {
    background-color: #FF5E88;
    color: #ffffff;
    border: 1px #FF5E88 solid;
}

.privacy-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 10px 150px 10px;
}

.privacy-midashi {
    color: #FF5E88;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #FF5E88;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.privacy-txt {
    font-size: 0.8rem;
    line-height: 1.2;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:720px) {
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
        border-bottom: none;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
        padding: 5px 5px 5px 10px;
    }

    input[type="text"],
    textarea {
        width: 80%;
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
    }

    .sp-hide {
        display: none;
    }
}

/* ボトムボタン設定ここから */


#bottom_btn_tenpo img {
    max-width: 300px;
}

#bottom_btn_form img {
    max-width: 300px;
}

/*メニューをページ下部に固定*/
#fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99999;
}

/*メニューを横並びにする*/
#fixed-menu ul {
    display: flex;
    list-style: none;
    max-width: 100%;
}

#fixed-menu li {
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
}

/*左側メニュー*/
#fixed-menu li:first-child {
    background: #FF5E88;
}

/*左側メニュー*/
#fixed-menu li:last-child {
    background: #3CCEBA;
}

@media screen and (max-width:720px) {
    #bottom_btn_tenpo img {
        width: 100%;
    }

    #bottom_btn_form img {
        width: 100%;
    }

}

/* トップページに戻るボタン */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 120px;
    background: #3fefee;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 999999;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}


/* フォームズ設定 */
#test-form {
    max-width: 620px;
    margin: 0 auto;
}


/* 追加アニメーション */

/* ズームイン */
.anim-box.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* スライドイン */
.anim-box.slidein-r.is-animated.active {
    animation: slideIn-r 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn-r {
    0% {
        transform: translateX(-240px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

.anim-box.slidein-l.is-animated.active {
    animation: slideIn-l 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn-l {
    0% {
        transform: translateX(240px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

.anim-box.slidein-u.is-animated.active {
    animation: slideIn-u 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn-u {
    0% {
        transform: translateY(240px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

.anim-box.slidein-d.is-animated.active {
    animation: slideIn-d 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn-d {
    0% {
        transform: translateY(-240px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}


/* 文字がぬるっとでてくるアニメーション */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
    display: block;
}

.matrix .bg-wrap {
    overflow: hidden;
    opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
    margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
    font-size: 36px;
    font-weight: bold;
}

.matrix .bg-wrap .inn.small {
    font-size: 15px;
}

.matrix .bg-wrap .inn {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
    opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

/* ポップアップアニメーションここから */
.anim-box.popup.is-animated {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1.0);
    }

    80%,
    100% {
        opacity: 1;
    }
}

/* フェードアップ */
.anim-box.fadeup.is-animated {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* こんなお悩みありませんか */

.onayami-li {
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    padding: 0 20px 40px 20px;
    font-size: 1rem;
}

.onayami-li li {
    padding-bottom: 10px;
}

.fa-check-square {
    margin-right: 10px;
    color: #FF80A2;
    background-color: #FFFFFF;
}

/* h1背景色変わるアニメーション */

.bg-change-h1 h1 {
    color:#FF80A2;
    font-size:1.5rem;
    font-weight: 700;
    padding-top: 20px;
}

.bg-change-h1 {
    height: 120px;
    text-align: center;
    position: relative;
    top: 0px;
    background: #FFFFC5;
}

.bg-change-h1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #FFFFFF;
    transition: 0.5s;
}

/*.h1-fade::before {
    height: 100%;
}*/

/* お悩み背景色変わるアニメーション */

.bg-change {
    height: 500px;
    position: relative;
    top: 10px;
    font-size: 5px;
}

.bg-change-nakami {
    position: relative;
}

.bg-change::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #DAF5F1;
    transition: 0.5s;
}

.fade::before {
    width: 100%;
}

/* こんなお悩みありませんか ここまで*/


/* 6つのポイント順に表示するアニメーションここから */
/* スタート時は要素自体を透過0 */

.box {
    opacity: 0;
}

/* ふわっ */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールでスライド */
.slideConts {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.slideContsL {
    transform: translate(-50px, 0);
}

.slideContsR {
    background-color: lightblue;
    transform: translate(800px, 0);
}

.slideContsL.show {
    transform: translate(-50px, 0) !important;
}

.slideContsR.show {
    transform: translate(50px, 0) !important;
}
