h5 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.MV {
    margin-top: 100px;
    padding-top: 400px;
    padding-bottom: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/top/MV_back.jpg);
    background-size: cover;
    background-position: center;
}
@media(max-width:767px){
    .MV{
        background-image: url(../img/top/MV_back2.jpg);
    }
}
.MV .MV_logo {
    width: 50%;
    height: 100%;
    position: relative;
}
@media (max-width:767px) {
    .MV {
        margin-top: 70px;
        background-position: left center;
    }
    .MV .MV_logo {
        width: 80%;
        margin-top: -40px;
        text-align: center;
    }
}
.CONCEPT {
    background-image: url(../images/top/concept_back.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 100px;
}
.CONCEPT p {
    letter-spacing: .05em;
    font-family: serif;
}
.ACCESS {
    background: #e6f1d8;
    padding-top: 90px;
    padding-bottom: 100px;
}
.ACCESS p {
    color: #7e4700;
    font-weight: bold;
}
.ACCESS img {
    -webkit-backface-visibility: hidden;
}
.MENU {
    padding-top: 100px;
/*    background: url(../img/bg_8.jpg);*/
    padding-bottom: 100px;
}
@media(max-width:480px){
    .MENU {
    padding-top: 50px;
}
}
h3.footer {
    background-image: url(../images/title.jpg);
    background-size: cover;
    background-position: center;
    color: #272727;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    font-size: 16px;
    padding: 12px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.MENUFooter h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    font-size: 16px;
    padding: 12px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.MENU .box p {
    background: #fff;
    padding: 15px;
    font-size: .9em;
    margin-bottom: 0;
}
.MENU .box a.detail {
    background-color: #da3d40;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
    font-family: serif;
    padding: 7px;
    width: 100%;
    display: block;
    text-align: center;
    transition: .2s;
}
.MENU .box a:hover {
    opacity: .9
}
.sub_title {
    margin-top: 130px;
    padding-top: 100px;
    padding-bottom: 80px;
    background-image: url(../images/back.jpg);
    background-size: cover;
    background-position: center;
}
.sub_title h2 {
    font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 800;
    text-align: center;
}
.sub_concent {
    padding-top: 70px;
    padding-bottom: 200px;
    background: url(../images/pattern.png) repeat;
}
.sub_concent h3 {
    font-size: 30px;
    font-family: serif;
}
.work .work_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.work .work_list a {
    background: #D8E5B9;
    color: #272727: font-family: dnp-shuei-mincho-pr6, sans-serif;
    font-weight: 800;
    font-size: 14px;
    padding: 10px 15px;
    margin: 2px;
    width: 15%;
    text-align: center;
    transition: .2s;
}
.work .work_list a:hover {
    opacity: .8;
    color: #272727;
}
.work .work_list a:nth-child(13) {
    width: 19%;
    font-size: .8em
}
.work .work_list a.active {
    color: #fff;
    background: #85B22F;
}
.card {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.text-body {
    font-weight: bold;
    padding: 15px 10px;
}
.text-body:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 30px;
}
#menu div {
    position: relative;
}
#menu span {
    cursor: pointer;
}
#menu ul {
    display: none;
    margin-top: 5px;
    padding-left: 0;
}
#menu ul li {
    list-style: none;
    text-align: left;
    background: #f1b32f;
    padding: 4px;
    border-bottom: 1px solid #fff;
    width: 300px;
    margin: auto;
}
#menu ul li a {
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}
@media(min-width:801px) {
    .sp {
        display: none;
    }
}
@media(max-width:800px) {
    .pc {
        display: none;
    }
    .sub_title {
        margin-top: 60px;
    }
    .card-header {
        padding-right: 50px;
    }
}
.btn {
    background-image: url(../images/btn.png);
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
}
.priceLink {
    font-weight: bold;
    background: #85B22F;
    color: white;
    padding: 10px 0px;
    margin: 20px auto;
    width: 220px;
    display: block;
    text-align: center;
}
.conT {
    font-size: 16px;
    padding: 30px;
    font-weight: bold;
    background: #F8F8F8;
    border-top: 2px solid #CBCBCB;
    border-bottom: 2px solid #CBCBCB;
    margin-bottom: 0;
    margin-top: 0;
}
.con {
    padding: 40px 50px;
    background: #fff;
}
table {
    width: 100%;
}
.feeTable td {
    border: 1px solid #272727;
    padding: 10px;
}
.ippan {
    overflow: scroll;
}
.ippan table {
    min-width: 470px;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #ddd;
}
textarea {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ddd;
}
.office .box .right {
    padding: 40px 20px;
    background: #fff;
}
.office .box .right table td {
    padding: 4px;
    font-size: 14px;
}
.office .box .right table td:first-child {
    font-family: serif;
    font-weight: bold;
}
.office .box .left {
    background-image: url(../images/office/back.jpg);
    background-size: cover;
    background-position: center;
    border: 5px solid #A3E05A;
}
.access .box .left {
    height: 500px;
    background-image: url(../images/access/kanban.jpg);
    background-size: cover;
    background-position: center;
}
@media(max-width:767px) {
    .office .box .left {
        height: 250px;
    }
    .access .box .left {
        height: 500px;
        width: 300px;
        margin: auto;
    }
    .access .box .right {
        height: 350px;
    }
}
@media(max-width:800px) {
    table {
        font-size: .8em;
    }
    .feeTable td {
        border: 1px solid #272727;
        padding: 7px;
    }
    .MV {
        padding-top: 250px;
        padding-bottom: 170px;
    }
    .MV img {
        padding: 0 30px;
    }
    .MV .MV_logo {
        widows: 70%;
        top: 45%
    }
}
@media(max-width:480px) {
    .MV .MV_logo {
        width: 350px;
        top: 55%;
    }
    .MV img {
        padding: 0 0px;
    }
    .MV {
        background-position: 62%;
    }
}
.hikotaTitle {
    margin-top: 120px;
}
.campaign {
    background: white;
    margin-top: 50px;
    text-align: center;
    padding: 30px 40px;
    
}
.campaign p{
    font-size: 13px;
}


.formTitle{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
}

input[type="text"]{
    width: auto;
}

#MVslide{
    margin-top: 130px;
}

@media (max-width:840px){
    #MVslide{
        margin-top: 60px;
    }
}

.conceptMesseage{
    padding: 0px 20px;
    margin-bottom: 50px;
    margin: 0px 15px 50px 15px;
}



.conceptMesseage p{
    padding: 0px 100px;
}

@media(max-width:480px){
    .conceptMesseage h3{
        font-size: 22px
    }
    .conceptMesseage p{
    padding: 0px 20px;
        font-size: 14px;
}
    .conceptMesseage{
    padding: 0px;
}
}

img.line{
    margin-bottom: 30px;
}

img.line2{
    margin-top: 30px;
}

.online{
    padding: 50px 50px 100px 50px;;
}

.online h3{
    font-family: kinuta-mincho-stdn, serif;
font-weight: 00;
font-style: normal;
    text-align: center;
    color: #DA3D3F;
}

.online p{
    font-size: 13px;
}

.online img{
    display: block;
    text-align: center;
}

.lessons{
    margin-top: 20px;
}

.onlineInfo{
    padding: 10px 30px;
    background: #DA3D3F;
    border: none;
}

.onlineInfo a{
    color: white;
}

.apply{
    float: right;
}

.apply img{
    width: 250px;
    margin-top: 20px;
}

.applySP{
    float: right;
    margin-right: 55px;
    margin-top: 17px;
}

.applySP img{
    width: 100px
}

.carousel-inner{
    margin-top: -23px;
}


.top1{
    margin-bottom: 50px
}