body {
    background: #f6f6ee;
    margin: 0;
    padding: 0a
}

h2 {
    color: #132A5A;
    font-size: 36px;
    /* font-weight: bold; */
    text-align: center;
    padding: 25px 0;
    margin: 0;
    /* font-family: NotoSerifJP-Bold; */
}

h2 span {
    display: inline-block;
    position: relative
}

p, .ffn {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 300
}

i {
    font-style: normal
}

a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transition: all .2s linear
}

a:hover {
    opacity: .6
}

.br-sp {
    display: none
}

.br-pc {
    display: block
}

.inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 45px
}

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

.col2>div {
    text-align: center;
    width: 48%;
    background: #fff
}

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

.col3>div {
    text-align: center;
    width: 32%;
    background :#ffffff;
}
.col3>div>h3 {
    color: #1E428D;
    font-size: 18px;
/*    font-weight: bold;*/
    padding: 0 5px;
    text-align: center;
    height: 4em;
}

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

.col4>div {
    text-align: center;
    width: 23%;
    background: #ffffff;
    border-radius: 5px;
}

#fv {
    background: url(../img/fv-bg.webp) no-repeat center center/auto 100%;
    background-size:cover;
    padding-bottom: 40px
}

#fv .fv-wrap {
    max-width: 1500px;
    margin: 0 auto
}

#fv img {
    display: block;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%
}

#fv img[src*=-sp] {
    display: none
}

#fv img[src*=fv-pc-logo] {
    max-width: 186px;
    width: 15%;
    position: relative;
    margin: 0;
    padding: 10px 5px
}

#fv span {
    color: #fff;
    font-size: 10px;
    text-align: right;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    text-shadow: 1px 1px 1px #333;
}

#fv img.title {
    width: 75%;
    -o-object-fit: contain;
    object-fit: contain
}

#fv img.copy01 {
    max-height: 275px;
    width: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0 0 4.8%
}

@media screen and (min-width: 0px) and (max-width: 640px) {
    h2 {
        font-size: 24px;
        padding: 20px 0
    }

    h2 span:after {
        bottom: 0
    }

    #fv {
        background: url(../img/fv-bg-sp.webp) no-repeat center center/auto 100%, url(../img/fv-bg-sp2.webp) no-repeat center center/100% auto;
        padding-bottom: 0px
    }

    #fv img[src*=-pc] {
        display: none
    }

    #fv img[src*=-sp] {
        display: block
    }
    .col3>div>h3 {
        height: 1em;
    }

}


.cv-area {
    margin-bottom: -200px
}

a.btn {
    font-weight: bold;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80%;
    max-width: 570px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    background: rgb(235, 74, 63);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffcc00), color-stop(51%, #ffcc00));
    background: linear-gradient(to bottom, #ffcc00 50%, #ffcc00 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4a3f', endColorstr='#d42f2a', GradientType=0);
	background: linear-gradient(rgb(235, 74, 63) 0%, rgb(199, 41, 41) 100%);
    border-radius: 5px;
    position: relative;
    bottom: 0;
}
a.btn.content_end {
    padding: 30px 0 30px 0;
}
a.btn.content_end:after {
    top: 45%;
}

a.btn img {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%
}

a.btn i {
    font-size: 36px;
    vertical-align: bottom
}

a.btn:hover {
    opacity: 1;
    bottom: -4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    background: url("../img/btn-allow.svg") no-repeat center center/80% auto
}

#fv a.btn {
    padding: 30px 0
}

#fv a.btn:hover {
    opacity: 0.5
}

#fv a.btn:after {
    margin-top: -10px
}

@media screen and (min-width: 0px) and (max-width: 640px) {
    a.btn {
        font-size: 20px;
        line-height: 30px;
        padding: 25px 0 15px 0
    }
    a.btn.content_end {
        padding: 15px 0 15px 0;
    }

    a.btn i {
        font-size: 24px
    }

    a.btn img {
        position: absolute;
        top: -20px;
        left: 50%;
        width: 320px;
        margin-left: -160px
    }
    a.btn:after {
        display: none;
}
}
