@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dd,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "小塚明朝 Pr6N", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ＭＳ Ｐゴシック", YuGothic, "ヒラギノ角ゴ Pro N W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    background-color: #fff;
}

.wrap {
    width: 1160px;
    margin: auto;
}

.box {
    position: relative;
    margin-bottom: 130px;
}

.inner {
    width: 960px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.suggest {
    background-image: url(../images/bg_suggest.jpg);
    height: 300px;
    position: relative;
    /* margin-bottom: 30px; */
    padding-top: 130px;
}

.suggest h1 {
    position: absolute;
    font-size: 13vw;
    color: #fff;
    top: 85%;
    left: 65%;
}


main .maintext {
    text-align: center;
    margin-bottom: 100px;
}

.bg_gray {
    background-image: url(../images/bg_gray.png);
    /* width: auto; */
    width: 100%;
    height: 306px;
    position: absolute;
    z-index: -1;
}

.rightb {
    text-align: right;
}

.section {
    padding-top: 30px;
}

.fadeIn {
    opacity: 0;
    transition: 3s;
}

.fadeIn.is-show {
    opacity: 1;
}

/* figure img{
    margin
} */
.bg_line {
    background-image: url(../images/bg_line.png);
    width: 100%;
    height: 5px;
    margin-top: 100px;
    position: absolute;
    z-index: -1;

}

.white {
    color: #fff;
}

h2 {
    padding-top: 35px;
    margin-bottom: 40px;
}

.first {
    padding-right: 20px;
}

.top {
    margin-right: 30px;
}

.bottom {
    margin-left: 30px;
}

footer ul.right {
    background-image: url(../images/glass.png);
}

@media screen and (max-width:768px) {
    .suggest {
        width: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .suggest h1 {
        top: 92%;
        left: 55%;
    }

    h2 {
        font-size: 30px;
    }

    p.firsttext {
        margin-top: -100px;
    }

    p {
        font-size: 20px;
        line-height: 1.5em;
        width: 80%;
        margin: 0 auto;
    }

    .flex {
        display: block;
    }

    .wrap {
        text-align: center;
    }

    .white {
        color: #000;
        margin-bottom: 40px;
    }

    figure img {
        width: auto;
    }

    .bg_gray {
        display: none;
    }

    .bg_line {
        display: none;
    }

    .top {
        width: 100%;
    }

    .bottom {
        width: 100%;
        margin-left: initial;
    }

    .section {
        display: flex;
        flex-direction: column;
    }

    .rightb {
        text-align: center;
        order: 2;
        margin-bottom: 40px;
    }

    .column {
        order: 1;
    }

    .wrap {
        width: auto;
        margin: auto;
    }

    .inner {
        width: auto;
        margin: auto;
    }




    br {
        display: none;
    }

    footer ul.right {
        background-image: url(../images/glass.png);
    }

}