body {
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    color: rgb(25, 39, 64);
    -webkit-font-smoothing: antialiased;
    font: 500 20px / 1.8 "A1 Gothic M", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

article {
    height: 1000px;
    margin: 100px auto;
    text-align: center;
    line-height: 1.9;
}

article p {
    margin-bottom: 1em;
}

a {
    color: #d71f1f;
}

/********************************
**  MV
********************************/
#mv {
    position: relative;
    padding-top: 60px;
    background-color: #bad6ec;
    background: url(../img/main03.jpg) no-repeat;
    background-size: 100%;
}

#mv .inner {
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 100px;
}

#mv .inner #mainCopy {
    position: absolute;
    /*top: 9.067vmin;*/
    top: 3.0vmin;
    left: 20px;
}

#mv .inner #mainCopy h1#mvTitle {
    width: 60%;
    line-height: 1.4em;
    font-weight: 900;
    margin-top: 25px;
    margin-top: 100px;
    float: left;
}

#mv .inner #mainCopy h1#mvTitle span {
    display: block;
    font-size: 3.2vmin;
    line-height: 1;
    margin-bottom: 2.667vmin;
    font-weight: 700;
}

#mv .inner #mainCopy p#mainNote {
    font-size: 3.2vmin;
    font-weight: 700;
    margin: 2.667vmin 0;
    line-height: 1.86em;
}

#mv .inner #mainCopy p#mainNote span {
    display: inline-block;
}

#mv .inner #mainCopy .mainCopy_L {
    margin-top: 50px;
}


#mv .inner .submit a {
    background: #20517b;
}

@media screen and (min-width: 1200px) {
    #mv .inner {
        width: 1200px;
    }
}

@media screen and (max-width: 980px) {
    article {
        padding: 0 30px;
    }

    .inner {
        width: 100%;
        padding: 0 20px;
    }

    #global-nav ul li a {
        padding: 0 20px;
    }

    #top-head.fixed #global-nav ul li a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 766px) and (orientation: landscape) {
    #mv .inner {
        height: calc(120vw);
    }
}

/*@media 766px*/
@media screen and (max-width: 766px) {
    #mv .inner #mainCopy h1#mvTitle {
        font-size: 8.53vw;
        margin-top: 0;
    }

    #mv .inner #mainCopy .mainCopy_L {
        margin-top: 0px;
    }

    #mv .inner #mainCopy img {
        width: 40vmin;
        margin-top: 2.667vmin;
    }

    #mv .inner .submit {
        position: absolute;
        bottom: 4vw;
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin-left: auto;
    }

    #mv .inner .submit a {
        width: 100%;
    }

    #mv {
        background: url(../img/main03.jpg) no-repeat;
        background-size: 110%;
       /* background-position: bottom 18vmin left;*/
    }

    #mv .inner {
        height: calc(84vh);
        position: relative;
        margin-top: 0px;
    }

    .mgn-btm80 {
        margin-bottom: 80px;
        width: auto;
        padding-top: 170px;
    }
}

/*@media 767px*/
@media screen and (min-width: 767px) {

    #mv .inner #mainCopy h1#mvTitle {
        font-size: 3.4rem;
        margin-top: 0;
        margin-bottom: 25px;
        color: #370006;
        /* text-shadow: 2px 2px 0 #ffffff, 3px 3px 0 #000; */
    }

    #mv .inner #mainCopy h1#mvTitle span {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    #mv .inner #mainCopy p#mainNote {
        font-size: 1.1rem;
        width: 600px;
        margin: 12px 0;
        line-height: 45px;
        /* text-shadow: 1px 1px 0 #505050, 2px 2px 0 #000; */
        color: #272727;
    }

    #mv .inner #mainCopy {
        top: 50px;
        /*left: 100px;*/
        width: 80%;
    }

    #mv .inner .submit {
        position: absolute;
        bottom: 80px;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        height: 64px;
        border-radius: 32px;
        font-weight: bold;
    }

    #mv .inner .submit a {
        width: 100% !important;
        height: 100% !important;
        line-height: 64px !important;
        border-radius: 32px !important;
    }

    #mv .inner {
        width: 1080px;
        min-width: 1080px;
        padding: 0 32px;
        margin: -20px auto;
        /*background: url(../img/main01.png) no-repeat;*/
        background-position: right top 10px;
        background-size: background-size;
        height: 625px;
        position: relative;
        margin-top: 0px;
    }

    /*#mv .inner {
        background: url(../img/main01.png) no-repeat;
        background-position: right top 40px;
        background-size: background-size;
        height: 530px;
        position: relative;
    }*/

	p[data-v-bfa2f2a8] {
    width: 900px;
    margin: 0 auto;

}

p[data-v-bfa2f2a8] {
    line-height: 2;
    color: #666;
}

.kinoutitle {
 font-weight: bold;
  padding-top: 20px;
 width: 900px;
    margin: auto;
}
}


.ballon_visual_text {
    font-size: 134%;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(242, 245, 29, 1.34)));
    background: linear-gradient(transparent 70%, rgba(242, 245, 29, 1.34) 0%);
}

footer {
    padding: 30px;
    text-align: center;
    border-top: solid 1px #bbb;
}

footer a {
    color: #666;
    text-decoration: none;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    font-size: 14px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #053657;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 17px;
}

#global-nav ul li {
    float: left;
    position: relative;
    font-weight: bold;
}

#global-nav ul li a {
    padding: 0 20px;
}

/* Btn Hover */
#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
    bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
}

/* Transition */
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}


.main-inner {
    width: 90%;
    /*  max-width: 1200px;*/
    margin: auto;
}

.txt-ctr {
    text-align: center;
    width: auto;
}

.section_ttl {
    font-size: 184%;
    font-weight: bold;
    line-height: 1.5;
}

.section_ttl small {
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1;
    color: #d82020;
}

.mgn-btm80 {
    margin-bottom: 80px;
    width: auto;
    padding-top: 100px;
}

#method {
    /* background-color: #f7fbff; */
    width: 90%;
    margin: auto;
    max-width: 1200px;
    /*margin-top: 8em;*/
}


.method--catch_copy {
    text-align: center;
    margin-bottom: 70px;
    font-size: 200%;
    width: auto;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.step--content {
    font-weight: bold;
}

.step > li {
    position: relative;
    text-align: center;
    width: 44%;
    padding: 48px 24px;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid;
}

.step h3 {
    margin-bottom: 16px;
    font-size: 160%;
    line-height: 1.5;
    font-weight: bold;
}

.step .icon {
    font-size: 320%
}

.step .number {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 80%;
    border: 5px solid #d82020;
    line-height: 1;
    font-size: 180%;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.step .list {
    text-align: left;
    margin-top: 8px;
    width: 95%;
    margin: auto;
    margin-top: 20px;
    font-weight: bold;
}

.step .list li:not(:last-child) {
    margin-bottom: 4px
}

.list {
    list-style-type: none
}

.list li {
    position: relative;
    padding-left: 1.4em
}

.list li:not(:last-child) {
    margin-bottom: 16px
}

.list-disc li::before,
.list-square li::before,
.list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .7em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #3ba6c8
}

.list-num {
    padding-left: 1.4em;
    list-style-type: decimal
}

.list-num li {
    padding-left: 0
}

.list-num li::before {
    display: none
}

.list-circle li::before {
    border: 1px solid #3ba6c8;
    background-color: transparent
}

.list-square li::before {
    border-radius: 0;
    background-color: #3ba6c8
}

.list li ul {
    margin-top: 16px
}

.list li ul li::before {
    width: 6px;
    height: 6px;
    top: .8em
}

.list-dl {
    position: relative;
    border-top: 1px solid #bfbfbf
}

.list-dl dt {
    position: absolute;
    padding-top: 16px;
    color: #666;
    font-weight: 700
}

.list-dl dd {
    padding-left: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bfbfbf
}

.c-main-visual__button {
    margin-top: 1.375rem;
    text-align: left;
}

.c-button.is-lg,
.c-button-social > a.is-lg {
    /*  margin-top: 50px;*/
    min-width: 20rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 1.3125rem 2rem;
}

.c-button,
.c-button-social > a {
    outline: none;
    display: inline-block;
    width: inherit;
    min-width: 18.75rem;
    text-align: center;
    background-color: #053657;
    color: #fff;
    text-decoration: none;
    border-radius: 62.5rem;
    padding: 1.4375rem 2rem;
    position: relative;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 80%;
    height: auto;
    vertical-align: middle;
}

.txt-bold {
    font-family: a1 gothic b, メイリオ, meiryo, lato, yugothic, 游ゴシック, ヒラギノ角ゴ pro w6, hiragino kaku gothic pro, ＭＳ Ｐゴシック, sans-serif;
}

.txt-waterred {
    color: #dc1340;
}

#merit {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f1f1f1;
}

#merit .strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(242, 245, 29, 1.34)));
    background: linear-gradient(transparent 70%, rgb(255 120 120 / 53%) 0%);
    font-size: 108%;
}

.merit--info--text {
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.8;
    color: #424242;
    width: 80%;
    margin: auto;
    font-weight: bold;
}

.merit--wrap {
    overflow: hidden;
    padding-bottom: 52px
}

#merit .section_ttl {
    margin-bottom: 80px
}

.merit_box {
    position: relative
}

.merit_box:not(:last-child) {
    margin-bottom: 130px
}

.merit_box .list {
    margin: 8px 0
}

.merit_box .list li:not(:last-child) {
    margin-bottom: 4px
}

.merit_box .img {
    top: 60%;
    position: absolute;
    width: 60%;
    min-width: 800px;
    left: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.merit_box .txt {
    position: relative;
    /* width: 40%; */
    padding: 4% 10% 4% 5%;
    max-width: 610px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.merit_box--number {
    font-size: 196%;
    font-weight: bold;
}

.merit_box-img_lft .txt {
    margin-left: auto;
    padding: 4% 5% 4% 14%
}

.merit_box-img_lft .img {
    width: 60%;
    left: auto;
    right: 35%;
}

.merit_box--ttl {
    font-size: 175%;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.merit_box p {
    font-weight: bold;
}

.demo {
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 9px 0 rgba(40, 63, 136, .1);
    box-shadow: 0 0 9px 0 rgba(40, 63, 136, .1);
    padding: 25px;
    margin: 0 auto;
    border-top: 6px solid #225c6d;
    width: 600px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center
}

.demo .heading-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #39a6c6;
    line-height: 1.5;
    font-size: 130%;
    font-weight: bold;
}

.demo .heading-2 .bx {
    margin-right: 4px
}

.demo .content {
    margin: 8px 0 24px
}

.btn-normal {
    position: relative;
    display: inline-block;
    min-width: 70px;
    padding: 12px 40px;
    border: 2px solid #192740;
    background: 0 0;
    color: #192740;
    border-radius: 64px;
    vertical-align: middle;
    z-index: 1;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.btn-normal.btn-normal-sm {
    padding: 6px 24px
}

.btn-normal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #192740;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s
}

.btn-normal:hover {
    color: #fff
}

.btn-normal:hover::before {
    opacity: 1;
    background-color: #192740;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn-normal.btn-normal-wh {
    border-color: #fff;
    color: #fff
}

.btn-normal.btn-normal-wh:hover {
    color: #192740
}

.btn-normal.btn-normal-wh::before {
    background-color: #fff
}

#sec01 {
    width: 980px;
    margin: auto;
    padding-top: 70px;
}

#sec01 table {
    margin-top: 50px;
}

.gengo th {
    width: 30%;
    text-align: left;
    font-weight: bold;
}

section th {
    background: #f4f4f4;
}

section th,
section td {
    padding: 10px;
    border: 1px solid #ddd;
    font-weight: bold;
}

#voice {
    position: relative;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.hom-features {
    margin-bottom: -2rem
}

.hom-featuresInner {
    padding-bottom: 3rem;
    background: #ffdfe2
}

.hom-featuresList ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.hom-featuresList ul li {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 1rem;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    counter-increment: num;
    opacity: 0
}

.hom-featuresList ul li:before {
    display: block;
    position: relative;
    top: -30px;
    left: 0px;
    width: 5em;
    padding: 0.5em 0.5em;
    background: #c2143b;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-size: 1.07143rem;
    font-weight: bold;
    line-height: 1;
    content: "事例　0"counter(num)
}

.hom-featuresList ul li:nth-child(1) {
    left: 30px
}

.hom-featuresList ul li:nth-child(2) {
    left: -30px
}

.hom-featuresList ul li:nth-child(3) {
    left: 30px
}

.hom-featuresList ul li:nth-child(4) {
    left: -30px
}

.hom-featuresList ul li.is-animate {
    -webkit-transition: 0.4s cubic-bezier(0.17, 0.35, 0.62, 1.3);
    left: 0;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.17, 0.35, 0.62, 1.3)
}

.hom-featuresList__head {
    display: inline-block;
    margin: 0 0 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6
}

.hom-featuresList__head:after {
    display: block;
    margin-top: .5rem;
    color: #c2143b;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    content: attr(title)
}

.hom-featuresList__text {
    margin-bottom: 0;
    padding-top: 1rem;
    border-top: 1px solid #eee
}

.hom-service {
    position: relative;
    margin-bottom: 4rem
}

.hom-serviceList ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.hom-serviceList ul li {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: -30px;
    margin-bottom: 1rem;
    padding: 30px;
    border: 3px solid #282828;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0
}

.hom-serviceList ul li.is-animate {
    -webkit-transition: 0.4s cubic-bezier(0.17, 0.35, 0.62, 1.3);
    bottom: 0;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.17, 0.35, 0.62, 1.3)
}

.hom-serviceList ul li:nth-child(2n) {
    background: #f5f5f5
}

.hom-serviceList ul li h3 {
    margin: .5rem 0 1rem;
    font-size: 22px;
    font-size: 1.57143rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center
}

.hom-serviceList ul li h3:after {
    display: block;
    color: #c2143b;
    font-family: "Noto Sans", sans-serif;
    font-size: 10px;
    font-size: .71429rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    content: attr(title)
}

.hom-serviceList ul li p {
    margin-bottom: 0
}

.hom-serviceList__icon {
    max-width: 130px;
    margin: auto;
    text-align: center
}

.hom-case .hom-shape:last-of-type {
    z-index: -1
}

.hom-caseInner {
    padding-bottom: 3rem;
    background: #ffdfe2
}

.hom-caseItem {
    position: relative;
    left: -30px;
    margin-bottom: 2rem;
    opacity: 0
}

.hom-caseItem.is-animate {
    -webkit-transition: 0.4s cubic-bezier(0.17, 0.35, 0.62, 1.3);
    left: 0;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.17, 0.35, 0.62, 1.3)
}

.hom-caseItem.is-animate.hom-caseItem--right {
    right: 0;
    left: auto
}

.hom-caseItem--right {
    right: -30px;
    left: inherit
}

.hom-caseItem--right .hom-caseItem__image {
    left: inherit
}

.hom-caseItem__image {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.hom-caseItem__text {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -30px;
    padding: 60px 30px 30px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.hom-caseItem__text h3 {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1.5
}

.hom-caseItem__text h3:before {
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
    vertical-align: middle;
    content: url(../img/img-shape-05.svg)
}

.hom-caseItem__text ul {
    margin: 0;
    margin-bottom: 1.5rem;
    padding-left: 0;
    list-style: none
}

.hom-caseItem__text ul li {
    display: inline-block;
    padding: .7em 1em;
    border-radius: 10vh;
    background: #eee;
    color: #666;
    font-size: 12px;
    font-size: .85714rem;
    line-height: 1
}

.hom-caseItem__text p {
    margin-bottom: 0
}

body section .contact_txt {
    margin: 28px 0;
}

body section .faq_list {
    text-align: left;
    width: 92%;
    margin: auto;
}

body section .faq_list_box {
    background-color: #FFF;
    padding: 32px 0;
    padding-right: 60px;
    padding-left: 96px;
    position: relative;
    margin-bottom: 24px;
    border: solid 4px #292929;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    body section .faq_list_box {
        margin-bottom: 16px;
        padding: 18px 16px 38px;
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: bottom 16px center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    body section .faq_list_box.open {
        background-image: url("/assets/img/sp/arrow_up.png");
    }

    body section .faq_list_box:last-of-type {
        margin-bottom: 0;
    }

    body section .faq_list_box:before {
        font-size: 1.8rem;
        position: relative;
        top: 0;
        left: 0;
    }

    /*body section .faq_list_box p {
        display: none;
        margin-top: 22px;
        width: 100%;
    }*/
}

body section .faq_list_box:before {
    position: absolute;
    top: 21px;
    left: 22px;
    font-size: 2.8rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1em;
}

body section .faq_list_box.q1:before {
    content: "Q1";
}

body section .faq_list_box.q2:before {
    content: "Q2";
}

body section .faq_list_box.q3:before {
    content: "Q3";
}

body section .faq_list_box.q4:before {
    content: "Q4";
}

body section .faq_list_box.q5:before {
    content: "Q5";
}

body section .faq_list_box.q6:before {
    content: "Q6";
}

body section .faq_list_box.q7:before {
    content: "Q7";
}

body section .faq_list_box h3 {
    font-weight: bold;
    font-size: 1.42857rem;
    margin-bottom: 20px;
    line-height: 1em;
    color: #d82020;
}

body section .faq_list_box p {
    line-height: calc(48 / 28);
    margin-top: 20px;
}

#flow {
    position: relative;
    padding-bottom: 40px;
    /* background-color: #f5f5f5; */
}

.flowwrap {
    max-width: 980px;
    margin: 0 auto;
}

.flow-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: solid 2px #6f6f6f;
}

.flow-list li > *:last-of-type {
    margin-bottom: 0 !important
}

.flow-list li > .step {
    width: 10%;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #d71f20;
}

.flow-list li > .step span {
    display: block;
    font-size: .8rem
}

.flow-list li > .txt {
    width: 90%
}

.flow-list li > .txt h3 {
    font-size: 1.375rem;
    font-weight: bold
}

.flow-list li > .img {
    width: 20%
}

.gengo {
    width: 100%;
}

/* =====================================
form area
===================================== */
.gray_area {
    background-color: rgba(122, 122, 122, 0.45);
    position: absolute;
    margin-left: 683px;
    margin-top: 150px;
    width: 34%;
    padding: 10px 0px;
}

.input_TXT {
    min-height: 20px;
    border-radius: 4px;
    font-size: 13px;
    border: solid 1px #ddd;
    width: 17.5em;
}

.form-title {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.form-label {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    /*width: 282px;*/
    text-align: center;
}

.formlabel_W {
    /*width: 67%;*/
    margin: 0px 30px;
    line-height: 24px;
}

.TXTa_L {
    text-align: left;
}

.TXTa_R {
    text-align: right;
}

.W_40 {
    width: 40px;
}

.line_Hn{
    line-height: normal;
}

.line_H35 {
    line-height: 35px;
}

.line_H30 {
    line-height: 30px;
}

.form-submit {
    text-align: center;
    /*margin-bottom: 30px*/
}

.form-submit .popup-link {
    background: #d82020;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    color: #fff;
    border: solid 1px #ca0b0b;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 11px 0;
    min-height: 30px;
    -webkit-appearance: none;
    overflow: visible;
    width: 80%;
}

.form-submit .popup-link.disabled {
    pointer-events: none;
    opacity: 0.5
}

.form-submit .popup-link:hover {
    opacity: .8;
    transition: background-color .2s linear, color .2s linear
}

.lead {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    width: 245px;
    margin: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.form-cont {
    line-height: 0px;
}

/*@media 769px*/
@media (max-width: 769px) {
    .form-submit .popup-link {
        max-width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 30px;
        margin: 20px 0 16px 0;
    }

    .input_TXT {
        min-height: 30px;
        border-radius: 4px;
        font-size: 16.8px;
        border: solid 1px #ddd;
        width: 82%;/*15em;*/
    }

    .formlabel_W {
        width: 100%;
        margin-top: 15px;
        line-height: unset;
    }

    .gray_area {
        margin-top: 13em;
    }

    .gray_area_next {
        margin-top: 20em;
    }

    .lead {
        text-align: left;
        font-size: 15px;
        margin-bottom: 8px;
    }
}

/*@media 766px*/
@media screen and (max-width: 766px) {
    .form-title {
        font-size: 0.9em;
    }
    .form-label {
        font-size: 0.8em;
    }
    .line_Hn{
        line-height: unset;
    }
    #method {
        margin-top: 15em;
    }
    .formlabel_W {
        /*max-width: 100%;*/
        /*margin: 0px 2em;*/
        /*margin: 0px 11%;*/
    }
    .form-submit .popup-link {
        font-size: 15px;
    }

}
/* =====================================
	footer
===================================== */
.sec-footer {
    padding-bottom: 150px;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 2;
    margin-top: 100px;
}

.sec-footer .sec-footer__box {
    display: flex;
    flex-flow: nowrap row;
}

.sec-footer__link {
    padding: 52px 0 0 0;
}

.sec-footer .l-social {
    display: flex;
    float: right;
    padding-bottom: 13px;
}

.sec-footer .l-social:after {
    display: table;
    visibility: hidden;
    clear: both;
    font-size: 0;
    content: '';
}

.l-about__box {
    display: flex;
    width: 100%;
    padding: 0px 0 9px 0;
}

.sec-footer .l-about {
    width: 100%;
}

.sec-footer .l-about li {
    float: right;
    margin-right: 9px;
    letter-spacing: -0.2px;
}

.sec-footer .l-about li a {
    display: inline;
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.sec-footer .l-about li span {
    padding-left: 9px;
}

.sec-footer .l-about li:hover a {
    border-bottom: 1px solid #444444;
}

.sec-footer .l-about li:first-child {
    margin-right: 0;
}

.sec-footer .sec-footer__column {
    flex: 1;
}

.sec-footer .sec-footer__column > a {
    float: left;
    width: 200px;
    transition: .3s;
}

.sec-footer .sec-footer__column > a:hover {
    opacity: .7;
}

.sec-footer .l-social li {
    margin-left: 30px;
    transition: .3s;
}

.sec-footer .l-social li:hover {
    opacity: .7;
}

.sec-footer .l-social li:first-child {
    margin-left: 0px;
}

.sec-footer a {
    display: block;
    width: 20px;
    margin: 0 auto;
}

.sec-footer li:first-child a {
    width: 24px;
}

.sec-footer li:nth-child(2) a {
    width: 10px;
}

.sec-footer a img {
    width: 100%;
}

.sec-footer .c-txt span {
    padding-right: 5px;
}

.sec-footer .c-txt {
    color: #444444;
    text-align: right;
    letter-spacing: 1px;
}

/* reservation
-----------------------------------------------------------------*/
.js-disable {
    display: none;
}

.sec-reservation {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0px auto;
    background: rgb(214 20 20 / 95%);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    transition: top 0.2s ease-in-out;
}

.l-inner {
    width: 980px;
    margin: auto;
}

.sec-reservation__grid {
    display: flex;
    flex-flow: nowrap row;
}

.sec-reservation__grid .grid__item:nth-child(1) {
    flex: 12.4%;
}

.sec-reservation__grid .grid__item:nth-child(2) {
    flex: 66.4%;
}

.sec-reservation__grid .text-box {
    padding: 5px 0 5px 0;
}

.sec-reservation__grid .c-btn_reservation {
    width: 362px;
    margin: 0 0 0 115px;
    background: none;
}

.sec-reservation__grid .c-btn_reservation a {
    display: block;
    margin: 5px 0;
    padding: 27px 20px;
    background: #ffffff;
    color: #272727;
    font-size: 25px;
    text-decoration: none;
    transition: .3s;
    font-weight: bold;
}

.sec-reservation__grid .c-btn_reservation:hover a {
background: #ffffff;
    color: #d82020;
}

.sec-reservation p:first-child {
    font-size: 22px;
    line-height: 3.5;
}

.sec-reservation p:nth-child(2) {
    font-size: 12px;
    line-height: 2;
}


/* -----------------------------------------------------------
    footer
-------------------------------------------------------------- */
.footer{
	padding: 0 0 105px;
}

.footer .cv_btn_area{
	width: 500px;
}
.footer .cv_btn_area .cv_btn a{
	width: 240px;
}

/*  f_top_area  */
.f_message{
	color: #fff;
	text-align: center;
	background: #444444;
	padding: 15px 0;
	/* margin-top: 65px; */
}


/*----------------------------f_top_area*/
.f_top_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.f_top_logo a{
	display: block;
}
.f_top_logo img{
	width: 240px;
}

.f_top_area .tel_area{
	margin: 0 auto 0 10px;
}

/*----------------------------f_mid_area*/
.f_mid_area{
	background: #f3f3f3;
	padding: 50px 0 60px;
}

/*----- f_mid_top -----*/
.f_mid_top{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 20px;
}

.f_mid_company{
	width: 375px;
	font-size: 1.5rem;
}

.f_company_logo a{
	display: block;
}
.f_company_logo img{
	width: 176px;
}

.f_company_address{
	line-height: 1.5;
	margin: 15px 0 25px;
}

.f_company_access a{
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid #c9c9c9;
	border-radius: 15px;
}
.f_company_access a::before{
	display: inline-block;
    content: '\f041';
	color: #a29987;
    font-family: FontAwesome;
    margin: 0 5px 0 0;
}
.sp_display, .sp_display_b{
	display: none;	
}

.footer .cv_btn_area .cv_btn a {
    width: 240px;
}

/*----- tel_area -----*/
.tel_area{
	letter-spacing: 0.05em;
}

.tel_area .tel_number{
	font-size: 2.5rem;
	font-weight: bold;
}
.tel_area .tel_number::before{
	display: inline-block;
    content: '';
	width: 35px;
    height: 23px;
    background: url(../img/icon_tel.png) no-repeat center / contain;
	margin: 0 9px 0 0;
}

.tel_area .tel_time{
	font-size: 1.1rem;
	text-align: right;
	padding: 3px 0 0;
}

#pc_head .tel_area .tel_number a{
	display: inline-block;
}


#pc_head .tel_area .tel_number a{
	display: inline-block;
}

/*----- cv_btn_area -----*/
.cv_btn_area{
	display: flex;
	width: 510px;
	justify-content: space-between;
}
.cv_btn_area .cv_btn a{
	display: block;
	width: 250px;
	height: 80px;
	color: #fff;
	text-align: center;
	background: url("../img/btn_highlight.png") no-repeat right bottom / contain;
}

.cv_btn_area .cv_btn span{
	display: block;
	letter-spacing: 0.05rem;
	padding: 12px 0 0;
}

.cv_btn_area .cv_btn small{
	display: block;
	width: 172px;
	color: currentColor;
	font-size: 0.8rem;
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	/* padding: 3px 0; */
	margin: 1px auto 0;
}

/* .cv_btn.mail */
.cv_btn_area .cv_btn.mail a{
	background-color: #ee9700;
	box-shadow: 0 2px 0 #d0802a;
}
.cv_btn_area .cv_btn.mail small{
	color: #ee9700;
}

/* .cv_btn.line */

.footer .cv_btn_area {
    width: 500px;
}

.cv_btn_area .cv_btn.line a{
	background-color: #d71f1f;
	box-shadow: 0 2px 0 #ab3b3b;
}
.cv_btn_area .cv_btn.line span::before{
	display: inline-block;
    background: url(../img/icon_line.png) no-repeat center / contain;
    width: 19px;
    height: 18px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.cv_btn_area .cv_btn.line small{
	color: #d71f1f;
}



@media screen and (max-width: 667px){
	/*----- tel_area -----*/
	.tel_area{
		text-align: center;
	}

	.tel_area .tel_time{
		text-align: center;
		padding: 3px 0 0 40px;
	}
	
	/*----- cv_btn_area -----*/
	.cv_btn_area{
		display: block;
		width: 90%;
		/* text-align: center; */
		margin: auto;
		margin-bottom: 25px;
	}
	.cv_btn_area .cv_btn a{
		width: 100%;
	}

	.cv_btn_area .cv_btn span{
		/*font-size: 1.9rem;*/
	}
	
	/* .cv_btn.mail */
	.cv_btn_area .cv_btn.mail a{
		margin: 0 0 15px;
	}
	
}


@media screen and (max-width: 667px){
	.footer{
		padding: 0 0 56px;
	}

	.footer .cv_btn_area{
		width: 100%;
	}
	.footer .cv_btn_area .cv_btn a{
		width: 100%;
	}

	/*  f_top_area  */
	.f_message{
		font-size: 1.1rem;
		line-height: 1.6;
		padding: 12px 30px 12px 30px;
	}

	/*----------------------------f_top_area*/
	.f_top_area{
		display: block;
		padding: 20px 20px 35px;
	}
	
	.f_top_logo a {
		text-align: center;
	}
	
	.f_top_txt{
		font-size: 1.7rem;
		line-height: 1.4;
		margin: 15px 0;
		text-align: center;
	}

	.f_top_area .tel_area{
		margin: 0 auto 20px;
	}

	/*----------------------------f_mid_area*/
	.f_mid_area{
		padding: 30px 0;
	}

	/*----- f_mid_top -----*/
	.f_mid_top{
		display: block;
		text-align: center;
		margin: 0;
	}

	.f_mid_company{
		width: 100%;
	}

	.f_company_address{
		margin: 15px 0 10px;
	}

	/*----------------------------sitemap_wrap*/
	.footer .sitemap_wrap, .f_mid_bottom{
		display: none;
	}

	/*----------------------------f_btm_area*/
	.f_btm_area{
		padding: 10px;
	}

	.f_btm_area li{
		height: 36px;
		border-right: none;
	}

	.f_btm_area .danrei img{
		width: 70px;
	}
	.f_btm_area .eloupe img{
		width: 84px;
	}
	.f_btm_area .teoria img{
		width: 100px;
	}
	
	.f_copy{
		font-size: 1rem;
		text-align: center;
		border-top: 1px solid #ddd;
		padding: 8px 0;
	}

	/*----------------------------footer_fixed*/
	#footer_fixed{
		background: #f8f6f1;
		border-top: none;
		padding: 5px;
	}

	#footer_fixed .inner{
		display: none;
	}
	
	#footer_fixed .sp_f_fixed{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	
	#footer_fixed .sp_f_fixed li{
		width: calc((100% - (5px * 2)) / 3);
	}
	
	#footer_fixed .sp_f_fixed a{
		display: block;
		width: 100%;
		color: #fff;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		padding: 8px 0 5px;
	}
	#footer_fixed .sp_f_fixed a::before{
		display: block;
		font-family: FontAwesome;
		font-size: 1.6rem;
		margin: 0 0 5px;
	}
	
	#footer_fixed .sp_f_fixed .tel a{
		background: #b7a978;
	}
	#footer_fixed .sp_f_fixed .tel a::before{
		content: "\f095";
	}
	
	#footer_fixed .sp_f_fixed .mail a{
		background: #ee9700;
	}
	#footer_fixed .sp_f_fixed .mail a::before{
		content: "\f0e0";
	}
	
	#footer_fixed .sp_f_fixed .line a{
		background: #00b900;
	}
	#footer_fixed .sp_f_fixed .line a::before{
		content: "";
		height: 16px;
		background: url("../img/icon_line.png") no-repeat center / contain
	}
		p[data-v-bfa2f2a8] {
    width: 90%;
    margin: 0 auto;
    

}

p[data-v-bfa2f2a8] {
    line-height: 2;
    color: #666;
}
.kinoutitle {
 font-weight: bold;
  padding-top: 20px;
 width: 90%;
    margin: auto;
}

}

