@charset "UTF-8";
/* ===============================================

    ■ 命名規則 BEM + MCSS

    block     block
    element   block_element
    modifier  block_element.__modifier

    ※状態を表すものはprefixをつける is-, has-, not-...

=============================================== */

/* font-size
----------------------------------------*/

#contents .pointList li .ttl { font-size: 1.2rem; line-height: 1.6rem; font-weight: bold;}

h4 { font-size: 1.1rem;}

#benefit .benefitList li .num .point { font-size: ;}
#benefit .benefitList li .num .number {  font-size: 1.8rem;}
#benefit .ttl { font-size: 1.0rem; line-height: 1.2rem;}

#theme .sixModel { font-size: 2.0rem; line-height: 2.6rem;}
#theme .sixModel .ttl { font-weight: bold; font-size: 1.4rem; line-height: 1.8rem;}
#theme .sixModel .postscript { font-size: 0.8rem; line-height: 1.6rem;}

.lity-inner .title { font-size: 1.8rem; line-height: 2.2rem;}
.lity-inner .subTitle { font-size: 1.2rem; line-height: 1.4rem;}
.lity-inner .learnList dt { font-size: 1.2rem; line-height: 1.4rem; font-weight: bold;}
.lity-inner .learnList dd li { font-size: 0.8rem; line-height: 1.2rem; font-weight: bold;}
.lity-inner .learnList i { font-size: 2.2rem;}
.lity-inner .learnList span { font-size: 0.8rem;}
.lity-inner .detail th { font-size: 0.8rem;}
.lity-inner .detail td { font-size: 0.7rem;}

.consultantName .contents { font-size: 0.8rem; line-height: 0.8rem;}
.consultantName .post { font-size: 0.7rem; line-height: 0.7rem;}
.consultantName .name { font-size: 1.0rem; line-height: 1.6rem;}
.consultantProfile { line-height: 1.2rem;}
.consultantSchedule dt { font-size: 1.0rem; line-height: 1.2rem;}
.consultantSchedule dd { font-size: 0.8rem; line-height: 1.2rem;}

.ac-container label .area { font-size: 1.2rem;}
.txtArea .txt { font-size: 0.9rem; line-height: 1.2rem;}

.earlyDiscount { font-size: 0.7rem; line-height: 0.7rem;}
#application .applicationList .applicationList__def strong { font-size: 1.2rem; line-height: 1.4rem;}

.fixBtn .btn { font-size: 22px;}

@media screen and (max-width: 768px) {
    #intro h3 { font-size: 3.0rem;}
    #intro h3 span { font-size: 3.4rem; font-weight: bold;}

    #benefit .benefitList .ttl { font-size: 3.6rem; line-height: 3.8rem;}

    #contents .pointList li .ttl,
    #voice .txtArea .ttl { font-size: 2.3rem; line-height: 2.8rem;}
    #theme .sixModel { font-size: 2.0rem; line-height: 2.6rem;}
    #theme .sixModel .ttl { font-size: 2.4rem; line-height: 2.8rem;}
    #theme .sixModel .postscript { font-size: 1.8rem; line-height: 2.4rem;}
    
    .lity-inner .title { font-size: 2.0rem; line-height: 2.0rem;}
    .lity-inner .subTitle { font-size: 1.8rem; line-height: 1.8rem;}
    /* .lity-inner p, .lity-inner th, .lity-inner td { font-size: 1.4rem; line-height: 1.8rem;} */
    .lity-inner .learnList dt { font-size: 1.6rem; line-height: 1.8rem;}
    .lity-inner .learnList dd li { font-size: 1.4rem; line-height: 1.6rem;}
    .lity-inner .learnList i { font-size: 4rem;}
    .lity-inner .learnList span { font-size: 1.4rem;}
    .lity-inner .detail th { font-size: 1.6rem;}
    .lity-inner .detail td { font-size: 1.4rem;}
    .lity-inner .description p { font-size: 1.2rem; line-height: 2.2rem;}

    #consultant .consultantName .post { font-size: 1.6rem; line-height: 2.0rem;}
    #consultant .consultantName .name { font-size: 1.8rem; line-height: 2.4rem;}
    .lity-container .consultantName .contents { font-size: 2.0rem; line-height: 2.0rem;}
    .lity-container .consultantName .post { font-size: 1.8rem; line-height: 2.2rem;}
    .lity-container .consultantName .name { font-size: 2.4rem; line-height: 2.8rem;}
    .lity-container .consultantProfile { font-size: 1.6rem; line-height: 2.6rem;}
    .lity-container .consultantName .contents { font-size: 0.8rem; line-height: 0.8rem;}
    .lity-container .consultantSchedule dt { font-size: 2.0rem; line-height: 2.6rem;}
    .lity-container .consultantSchedule dd { font-size: 1.8rem; line-height: 2.4rem;}

    .leafDL .txtArea .txt { font-size: 2.2rem; line-height: 2.8rem;}
    .btn.__conversion, .mktoButton { font-size: 2.4rem;}
    .ac-container label .area { font-size: 2.6rem;}
    .earlyDiscount { font-size: 1.2rem; line-height: 1.2rem;}

    #application .applicationList .applicationList__def strong { font-size: 2.2rem; line-height: 2.4rem;}

    .fixBtn .btn { font-size: 2.4rem;}
    
}
/* パンくず
----------------------------------------*/
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px;
  }
  
  .breadcrumb li {
    display: inline-flex;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
    font-size: 0.8em;
  }
  
  .breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
  }
  
  .breadcrumb li:last-child:after {
    content: '';
  }
  
  .breadcrumb li a:hover {
    text-decoration: underline;
  }


/* main
----------------------------------------*/
html {
    color: #333;
}
.section {
    position: relative;
}
.inner { padding: 100px 0; position: relative;}
@media screen and (max-width: 768px){
    .inner { padding: 6rem 0; position: relative;}
}
h2, h3, h4 {
    text-align: center;
}
.is-closed {display: none !important;}


#theme h2, #theme h3,
#contents h2, #contents h3 {
    color: #5D0615;
    text-align: center;
}
.bg-stripe {
    background-image: linear-gradient(
        -45deg,
        #fff 25%,
        #eee 49.7%,
        #eee 50%,
        #fff 50%,
        #fff 75%,
        #eee 99.7%,
        #eee
    );
    background-size: 10px 10px;
    background-attachment: fixed;
}
@media screen and (max-width: 768px){
    .bg-stripe {
        background-size: 5px 5px;
    }
}

.defs {
    display: none;
}

h2 { margin-bottom: 60px;}
h3 { margin-bottom: 40px;}
h4 { margin-bottom: 10px;}

@media screen and (max-width: 768px) {
    h2 { margin-bottom: 3rem;}
    h3 { margin-bottom: 2rem;}        
}

.lineTitle {
    position: relative;
}
.leftLine, .rightLine {
    width: 80px;
    height: 1px;
    margin: auto;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
}
.lineTitle.__white .leftLine,
.lineTitle.__white .rightLine {
    border-top: 1px solid #fff;
}
.lineTitle.__burgundy h2 {
    color: #5d0815;
}
.lineTitle.__burgundy .leftLine,
.lineTitle.__burgundy .rightLine {
    border-top: 1px solid #5d0815;
}
.lineTitle.__black .leftLine,
.lineTitle.__black .rightLine {
    border-top: 1px solid #444;
}
.lineTitle.__navy .leftLine,
.lineTitle.__navy .rightLine {
    border-top: 1px solid #5D0615;
}
.lineTitle.__orange .leftLine,
.lineTitle.__orange .rightLine {
    border-top: 1px solid #F4C01C;
}
.leftLine { left: 0;}
.rightLine { right: 0;}

@media screen and (max-width: 768px) {
    .leftLine, .rightLine {
        width: 5rem;
    }
    #intro .leftLine, #intro .rightLine {
        width: 1.5rem;
    }
}

.section h2 img { margin: 0 auto}

.txtBox strong,
.__underline {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6rem;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.txtBox strong:after,
.__underline:after {
    width: 100%;
    height: 10px;
    margin: auto;
    background: #F4C01C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    z-index: -1;
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .txtBox strong:after, .__underline:after {
        height: 1.5rem;
        bottom: -0.1rem;
    }
    .__underline {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 3.6rem;
        display: inline-block;
        position: relative;
        z-index: 1;
    }
}

@media screen and (min-width: 769px) {
    .btnWrapper {
        width: 50%;
        margin: 0 auto;
    }
}

.btn {
    display: block;
}
.btn.__burgundy {
    background-color: #5D0615;
    color: #fff;
    box-shadow: 0 3px 0 #b47d75;
}
.btn.__navy,
.mktoButton {
    background-color: #00005f;
    border-radius: 50px !important;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
}
.btn.__conversion,
.mktoButton {
    position: relative;
    border-radius: 4px;
    line-height: 52px;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
  }
  .btn.__navy:hover {
    top: -4px;
    box-shadow: 0 7px 0 #007a90;
    transition: none;
  }
  .btn.__burgundy:hover {
    top: -4px;
    box-shadow: 0 7px 0 #b65c5c;
    transition: none;
  }
.btn.__orange,
.mktoButton {
    background: #DB5702 !important;
    border-radius: 50px !important;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
}
  .btn.__orange:hover,
  .mktoButton:hover {
    top: -4px;
    box-shadow: 0 7px 0 #f7ba59;
    transition: none;
  }
  .btn.__conversion:active,
  .mktoButton:active {
    top: 3px;
    box-shadow: none;
  }
  .btn.__conversion:focus,
  .mktoButton:focus {
      outline: none;
  }

.menuList{
	overflow:hidden;
	padding:50px 0;
	text-align:center;
}
.menuList li{
    width: 40%;
    background: #5D0615;
	display:inline-block;
	vertical-align:top;
	margin:0 4px;
}
.menuList li a {
    width: 100%;
    padding: 40px 0;
    color: #fff;
    display: block;
}

@media screen and (max-width: 768px){
    #intro {
        }
    .menuList{
        padding: 2rem 0;
    }
    .menuList li{
        width: 45%;
        margin:0 4px;
    }
    .menuList li a {
        padding: 3rem 0;
    }    
}

.videoWrapper {
    
}
.videoInner {
    position: relative;
    padding-top: 56.4%;
}
.videoInner  iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 769px) {
    .videoWrapper {
        margin-bottom: 60px;
    }
}    
@media screen and (max-width: 768px) {
    .videoWrapper {
        width: 90%;
        margin: auto;
        bottom: 2rem;
    }
}    

/* about
----------------------------------------*/
#about {
    background: #fafafa;
}
#about h2 {
    position: relative;
}
#about h2 .ruby {
    width: fit-content;
    margin: auto;
    font-size: 0.7rem;
    position: absolute;
    top: -1.6rem;
    right: 0;
    left: 0;
}
#about .leftLine,
#about .rightLine {
    width: 40px;
}
#about .aboutBox {
    margin: 0 0 2rem;
    padding: 0 2rem 2rem;
    background: #fff;
    border-radius: 0.5rem;
    position: relative;
}
#about .aboutBox::after {
    content: "";
    display: block;
    clear: both;
}
#about h3 {
    text-align: left;
    font-weight: bold;
}
#about .number {
    display: inline-block;
    font-size: 5rem;
}
#about .explanation {
    padding: 1rem;
    /* border: 5px solid #B19158; */
    font-size: 14px !important;
}
#about .explanation p {
    font-size: 14px;
}
#about .explanation h4 {
    text-align: left;
    font-weight: bold;
}
#about .explanation .textLink {
    text-decoration: underline;
    color: rgb(102, 0, 153);
}
#about .explanation .textLink:hover {
    text-decoration: underline;
}

@media screen and (min-width: 769px){
    #about .__right h3 {
        width: 60%;
        float: right;
    }
    #about .mocImg {
        width: 430px;
        position: absolute;
        right: -100px;
        bottom: -40px;
    }
    #about .txt01 {
        width: 60%;
    }
    #about .img4q {
        width: 480px;
        position: absolute;
        left: -100px;
        bottom: 20px;
    }
    #about .txt02 {
        width: 60%;
        float: right;
    }
    #about .imgCustom {
        width: 500px;
        position: absolute;
        right: -100px;
        bottom: 40px;
    }
    #about .txt03 {
        width: 60%;

    }
}
@media screen and (max-width: 768px){
    #about h2 .ruby {
        top: -2.6rem;
    }
    #about .number {
        font-size: 6rem;
    }
    #about .aboutBox {
        margin: 0 0 2rem;
        padding: 0 1rem 1rem;
    }
    #about .mocImg,
    #about .img4q,
    #about .imgCustom {
        width: 60%;
        margin: 0 auto 1rem;
    }
}

/* benefit
----------------------------------------*/
#benefit {
    background: rgba(177,145,88,0.6);
}
#benefit .inner {
    padding: 40px 0;
}
#benefit .benefitList {
    margin-top: -150px;
}
#benefit .benefitList li {
    padding: 1rem;
    font-weight: bold;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0 8px gray;
}
#benefit .benefitList li .num {
    height: fit-content;
    display: inline-block;
}
#benefit .benefitList li .num .point {

}
#benefit .benefitList li .num .number {
    position: relative;
    color: #B19158;
}
#benefit .benefitList li .num .number:after {
    margin: auto;
    height: 1.6rem;
    content: '';
    display: block;
    position: absolute;
    border-left: 5px solid #B19158;
    right: -0.6rem;
    top: 0;
    bottom: 0;
}
#benefit .caption {
    width: fit-content;
    margin : 0 auto 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
}
#benefit .ttl {
    margin-bottom: 10px;
    font-weight: bold;
    color: #B19158;
}

@media screen and (max-width: 768px){
    #benefit .benefitList li {
        margin-bottom: 2rem;
    }
}


/* flow
----------------------------------------*/
#flow {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)),
    url(/lp/business-game/images/bg_flow.jpg);
    background-size: cover;
    color: #ffffff;
}
#flow .flowList {
    margin-bottom: 40px;
}
#flow .flowList li {
    width: 275px;
    margin: 0 auto 20px;
}
#flow .flowList li .img {
    margin-bottom: 10px;
}
#flow .caption {
    width: fit-content;
    margin : 0 auto 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
}
#flow .ttl {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    #flow .flowList li {
        margin-bottom: 2rem;
    }
}


/* notice
----------------------------------------*/
#notice {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)),
    url(/lp/business-game/images/bg_flow.jpg);
    background-size: cover;
    color: #ffffff;
}
#notice h2 {
    position: relative;
}
#notice h2 .ruby {
    width: fit-content;
    margin: auto;
    font-size: 0.7rem;
    position: absolute;
    top: -1.6rem;
    right: 0;
    left: 0;
}
#notice .leftLine,
#notice .rightLine {
    width: 80px;
}

#notice .inner{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.noticeList-inner{
    text-align: left;
}

.noticeList li{
    margin-bottom: 16px;
}

.noticeList li span {
    display: inline-block;
    color: #333;
    background-color: #fff;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    margin: 0 0.7rem;
}

@media screen and (min-width: 769px){

    .noticeList li p{
        display: inline;
    }
}
@media screen and (max-width: 768px){
    .noticeList li span {
        padding: 0.1rem 1.5rem;
        font-size: 1rem;
    }
}
.noticeList li a {
    color: #fff !important;
    text-decoration: none;
    border-bottom:  1px solid #fff;
}


/* customer
----------------------------------------*/
#customer {
    background: rgb(250, 250, 250);
}
#customer h2 {
    position: relative;
}
#customer h2 .ruby {
    width: fit-content;
    margin: auto;
    font-size: 0.7rem;
    position: absolute;
    top: -1.6rem;
    right: 0;
    left: 0;
}
#customer .leftLine,
#customer .rightLine {
    width: 80px;
}

@media screen and (min-width: 769px){
#customer .customerLogo li {
    width: 245px;
}
}

@media screen and (max-width: 768px){
    #customer .customerLogo li {
        width: 245px;
        margin: 0 auto 20px;
}
}


/* download
----------------------------------------*/
#download {
    background: rgba(255,255,255,1);
}
@media screen and (max-width: 768px){
    #download .imgDl {
        width: 60%;
        margin: auto;
    }
}

/* point
----------------------------------------*/
#point {

}
#point .pointList {
    margin-bottom: 40px;
}
#point .pointList li {
    width: 275px;
    margin: 0 auto 20px;
}
#point .pointList li .img {
    margin-bottom: 10px;
}
#point .caption {
    width: fit-content;
    margin : 0 auto 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
}
#point .ttl {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    #point .pointList li {
        margin-bottom: 2rem;
    }
}

/* accordion */
.accBody:after {
    position: relative;
}
.accBody li {
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
input:checked + label + .accBody:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

input:checked ~ .accBody li {
    height: inherit;
    padding: 10px;
    opacity: 1;
}
input:checked ~ .accBody:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
@media screen and (max-width: 768px){    
    .accBody {
        margin: 0;
        padding: 0;
        background :#f4f4f4;
        list-style: none;
    }
    
    .accBody:after {
        position: relative;
    }
    .accBody li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    input:checked + label + .accBody {
        position: relative;
    }
    input:checked + label + .accBody:after {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    input:checked ~ .accBody li {
        opacity: 1;
        box-sizing: border-box;
    }
    input:checked ~ .accBody:before {
        content: '';
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
    }
}



.lity-inner {
    margin: 30px auto 0;
    padding: 30px;
    background: #fff;
}
.lity-container .consultantName .name {
    margin-bottom: 20px;
}

.guestsList .guestsList_item .guestList_img,
.guestsList .guestsList_item a:hover .guestList_img {
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


@media screen and (min-width: 769px){
    #guests h2 {
        width: 100%;
        margin: 30px auto 80px;
    }
    .guestsList {

    }
    .guestsList .guestsList_item {

    }
    .guestsList .guestsList_item a:hover,
    .guestsList .guestsList_item button:hover {
        color: #333;
        opacity: 0.7;
        transition: all 0.4s;
    }
    .guestsList .guestsList_item a:hover .guestList_img img {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }
    #guests .guestList_img {
        margin-bottom: 10px;
    }
    .lity-inner {
        width: 740px;
    }
    .lity-inner .txtArea {
        position: relative;
    }
    .lity-inner h4 {
        margin-bottom: 40px;
    }
    #guests .fadeImg {
        width: 600px;
    }
    .lity-inner .guestsImg {
        width: 242px;
        margin: 0 auto 20px;
    }
    .lity-inner .logo {
        width: 211px;
        margin: 0 auto 20px;
    }
    .lity-inner img {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .guestsList .guestsList_item .guestList_img,
    .guestsList .guestsList_item a:hover .guestList_img {
        margin-bottom: 1rem;
    }
    .guestsList .guestsList_item .logo {
        margin-bottom: 1rem;
    }
    .lity-inner {
        width: 96%;
        margin: auto;
        padding: 2rem;
        overflow: scroll;
    }
    .lity-inner .title {
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
        display: inline-block;
    }
    .lity-inner .discription {
        margin-bottom: 2rem;
    }
    .lity-inner h4 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .lity-inner .learnList i {
        width: 8rem;
        min-height: 8rem;
        margin : 0 auto 1rem;
    }
    .lity-inner .leftArea,
    .lity-inner .purpose {
        margin-bottom: 2rem;
    }    
    .lity-inner .leftArea p {
        text-align: left;
    }    
}

/* voice
----------------------------------------*/

#contents {
    background: rgba(255,255,255,0.9);
    /* position: relative; */
}
@media screen and (max-width: 768px){

}

.slideshow {
    position: absolute;
    width: 100vw;
    height: 130vh;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
@media screen and (max-width: 768px){
  .slideshow {
    width: 100vw;
    height: 500vh;
  }
}

  .slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
            animation-name: kenburns;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
            animation-duration: 16s;
    opacity: 1;
    transform: scale(1.2);
  }
  .slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
            animation-name: kenburns-1;
    z-index: 3;
  }
  .slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
            animation-name: kenburns-2;
    z-index: 2;
  }
  .slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
            animation-name: kenburns-3;
    z-index: 1;
  }
  .slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
            animation-name: kenburns-4;
    z-index: 0;
  }
  
  @-webkit-keyframes kenburns-1 {
    0% {
      opacity: 1;
      transform: scale(1.2);
    }
    1.5625% {
      opacity: 1;
    }
    23.4375% {
      opacity: 1;
    }
    26.5625% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
    98.4375% {
      opacity: 0;
      transform: scale(1.2117647059);
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes kenburns-1 {
    0% {
      opacity: 1;
      transform: scale(1.2);
    }
    1.5625% {
      opacity: 1;
    }
    23.4375% {
      opacity: 1;
    }
    26.5625% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
    98.4375% {
      opacity: 0;
      transform: scale(1.2117647059);
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes kenburns-2 {
    23.4375% {
      opacity: 1;
      transform: scale(1.2);
    }
    26.5625% {
      opacity: 1;
    }
    48.4375% {
      opacity: 1;
    }
    51.5625% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  @keyframes kenburns-2 {
    23.4375% {
      opacity: 1;
      transform: scale(1.2);
    }
    26.5625% {
      opacity: 1;
    }
    48.4375% {
      opacity: 1;
    }
    51.5625% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  @-webkit-keyframes kenburns-3 {
    48.4375% {
      opacity: 1;
      transform: scale(1.2);
    }
    51.5625% {
      opacity: 1;
    }
    73.4375% {
      opacity: 1;
    }
    76.5625% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  @keyframes kenburns-3 {
    48.4375% {
      opacity: 1;
      transform: scale(1.2);
    }
    51.5625% {
      opacity: 1;
    }
    73.4375% {
      opacity: 1;
    }
    76.5625% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(1.2);
    }
  }
  @-webkit-keyframes kenburns-4 {
    73.4375% {
      opacity: 1;
      transform: scale(1.2);
    }
    76.5625% {
      opacity: 1;
    }
    98.4375% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }
  @keyframes kenburns-4 {
    73.4375% {
      opacity: 1;
      transform: scale(1.2);
    }
    76.5625% {
      opacity: 1;
    }
    98.4375% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(1);
    }
  }
  h1 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    line-height: 1.5; */
  }
  h1 small {
    display: block;
    text-transform: lowercase;
    font-size: 0.7em;
  }
  h1 small:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 0.5em;
  }
  h1 small:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 0.5em;
  }
#contents .pointList {

}
#contents .pointList li{
    width: 275px;
    margin: 0 auto 20px;
}
#contents .pointList li .img {
    margin-bottom: 10px;
}
#contents .pointList li .ttl {
    margin-bottom: 10px;
    text-align: center;
    color: #00005f;
    font-weight: bold;

}

@media screen and (max-width: 768px){
    #contents {
        margin-bottom: 0;
    }
    #contents .pointList {
        border: none;
    }
    #contents .pointList li {
        margin-bottom: 4rem;
        border: none;
    }
    #contents .img {
        width: 100%;
        margin: 0 auto 1rem;
    }
    #contents .pointList li:nth-child(2) {
        border: none;
    }
}
    
/* voice
----------------------------------------*/
#voice {
    padding: 0;
    background: url(/lp/business-game/images/bg_voice.jpg) no-repeat top center;
    background-size: cover;
}
#voice .inner {
    padding: 0 0 100px;
}
#voice h2 span {
    padding: 5px 200px;
    background:#B19158;
    color: #fff;
    display: inline-block;
}
#voice .voiceList:first-child li {
    border-top: 1px solid #c8c8c8;
}
#voice .voiceList li {
    padding: 40px 0;
    border-bottom: 1px dotted #c8c8c8;
}

#voice .voiceList li:after {
    content: "";
    display: block;
    clear: both;
}
#voice .imgArea {
    width: 116px;
    float: left;
}
#voice .imgArea .img {
    margin-bottom: 10px;
}
#voice .imgArea .name {
    text-align: center;
}
#voice .txtArea {
    width: 350px;
    font-weight: bold;
    float: right;
}

@media screen and (max-width: 768px){
    #voice {
        padding: 0;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
        background: none;
        background-image: linear-gradient(
            -45deg,
            #fff 25%,
            #eee 49.7%,
            #eee 50%,
            #fff 50%,
            #fff 75%,
            #eee 99.7%,
            #eee
        );
        background-size: 5px 5px;
        background-attachment: fixed;
        }
    #voice h2 span {
        padding: 1rem 2rem;
        background:#B19158;
        color: #fff;
        display: inline-block;
    }
    #voice .voiceList li {
        padding: 2rem 0;
    }
    #voice .voiceList li:after {
        content: "";
        display: block;
        clear: both;
    }
    #voice .imgArea {
        display: none;
    }
    #voice .txtArea {
        width: 97%;
        margin: auto;
    }
}



#contact {
    background: #eee;
}


/* Label */
.ac-container {
    max-width: 100%;
  }
  .ac-container label {
    line-height: 1.8;
    font-size: 20px;
    padding: 10px 20px 5px;
    display: block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #5d0815;
    color: #5d0815;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 10;
    margin-top: 2px;
  }
  .ac-container label .area {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .ac-container label .day {
    font-weight: bold;    
  }
  .ac-container label .time {
    display: #000;
  }
  .ac-container {
    margin: 10px auto;
  }
  .ac-container li {
      margin-bottom: 10px;
  }
  .ac-container label:hover {
      color: #fff;
    background: #5d0815;
  }
  .ac-container input {
    display: none;
  }
  
  /* Contents */
  .ac-container article {
    width: 100%;
    height: 0;
    padding: 0 20px;
    border-left: 1px solid #5d0815;
    border-bottom: 1px solid #5d0815;
    border-right: 1px solid #5d0815;
    background: #5d0815;
    color: #fff;
    transition: 0.6s;
    overflow: hidden;
  }
  .ac-container article p {
    color: #666;
  }
  .ac-container input:checked ~ label {
    color: #fff;
    border-bottom: 1px solid #fff;
    background: #5d0815;
    cursor: inherit;
  }
  .ac-container input:checked ~ article {
    height: fit-content;
    padding: 20px 20px 15px;
  }
  .ac-container input:checked ~ article th {
      margin-bottom: 4px;
      background: #5d0815;
  }
  .ac-container input:checked ~ article dl dt,
  .ac-container input:checked ~ article dl dt b {
      font-weight: bold;
  }
  .map {
      margin-bottom: 10px;
    text-align: center;
  }
  .leafDL {
      width: 520px;
      margin: 0 auto;
      padding: 20px;
      background: #fff;
      border-radius: 5px;
  }
  .leafDL .imgArea {
    width: 160px;
    margin: auto;
    padding: 0;
    border: 1px solid #000;
}
.leafDL .txtArea {
    display: flex;
    align-items: center;
    color: #000;
}
.leafDL .txtAreaInner {
    width: 100%;
}
.leafDL .txtArea .txt {
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    .leafDL {
        width: 100%;
    }
    .leafDL .imgArea {
        width: 40%;
        margin: 0 auto 2rem;
    }
}

/* company-set
----------------------------------------*/
#company-set {
    background-color: #fafafa;
}

#company-set ul {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    gap: 2%;
}

#company-set ul li {
    width: 32%;
    padding: 2.5rem 0;
    background: #ffffff;
    box-shadow: 0 0 4rem rgb(56 42 102 / 20%);
    color: #444444;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

#company-set ul li strong {
    font-size: 2.5rem;
}

#company-set .textLinkWrapper{
    text-align: center;
}

#company-set .textLink {
    text-decoration: underline;
    color: #1a0dab;
}
#company-set .textLink:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px){
#company-set ul li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 4rem;
    font-size: 2rem;
}

#company-set ul li strong {
    font-size: 5rem;
    font-weight: bold;
}
}


/* application お申込み概要
----------------------------------------*/
#application {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url(/lp/business-game/images/bg_application.jpg);
    background-size: cover;
    color: #ffffff;
}
#application h2 {
    color: #ffffff;

}
#application .applicationList {
    
}
#application .applicationList .applicationList_term {
    font-weight: bold;
    color: #000000;
    background: #ffffff;
}
#application .applicationList .applicationList__def {
    color: #ffffff;
}
#application .applicationList .applicationList__def strong {
    
}


@media screen and (min-width:769px) {
    #application .applicationList {
        width: 100%;
        margin-bottom: 10px;
        display: table;
    }
    #application .applicationList .applicationList_term {
        width: 30%;
        padding: 1rem;
        display: table-cell;
    }
    #application .applicationList .applicationList__def {
        width: 70%;
        padding: 1rem;
        display: table-cell;
    }
    #application .applicationList .applicationList__def strong {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    #application {
        background-position: center;
    }
    #application .applicationList {
        margin-bottom: 2rem;
    }
    #application .applicationList .applicationList_term {
        padding: 1rem 0;
        color: #ffffff;
        border-bottom: 1px solid #fff;
        background: inherit;
    }
    #application .applicationList .applicationList__def {
        padding: 1rem 0;

    }
    #application .applicationList .applicationList__def strong {

    }
}


/* #faq よくあるご質問
----------------------------------------*/
#faq {
}
#faq .inner {

}
#faq .faqList {
    margin-bottom: 4rem;
}
#faq .faqList .faqList_item {
    border-bottom: 1px solid #ccc;
}
#faq input[type='checkbox'] {
    display: none;
}
.faqList_term {
    padding: 0.5rem 3rem;
    display: block;
    position: relative;
}
.faqList_term:before {
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    font-size: 1.6rem;
    color: #5D0615;
    content: "Q";
    display: block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
}
.faqList_term:after {
    width: 1.4rem;
    height: 1.4rem;
    margin: auto;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 1.4rem;
    box-sizing: border-box;
    content: "\f067";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
}
#faq input:checked ~ .faqList_term:after {
    content: "\f068";
}
.faqList__def {
    position: relative;
}
#faq input:checked ~ .faqList__def:before {
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    font-size: 1.6rem;
    color: #5D0615;
    content: "A";
    display: block;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    right: inherit;
}
#faq .accBody {
    padding: 0 0 0 2rem;
}
#faq input:checked ~ .accBody {
    padding: 0 0 0 2rem;
    background: #efeeef;
}
#faq .accBody li {
    padding: 0 1rem 0;
}
#faq input:checked ~ .accBody li {
    line-height: 1.4rem;
    padding: 0.5rem 1rem;
}

@media screen and (max-width:768px) {
    #faq .faqList {
        margin-bottom: 4rem;
    }
    .faqList_term {
        padding: 1rem 4rem 1rem 5rem;
    }
    .faqList_term:before {
        width: 3rem;
        height: 3rem;
        font-size: 3rem;
        left: 1rem;
    }
    .faqList_term:after {
        width: 3rem;
        height: 3rem;
        font-size: 3rem;
        right: 1rem;
    }
    #faq input:checked ~ .faqList__def:before {
        width: 3rem;
        height: 3rem;
        font-size: 3rem;
        left: 1rem;
    }
    #faq input:checked ~ .accBody {
        padding: 1rem 1rem 1rem 4rem;
    }
    #faq .accBody li {
        line-height: 0;
        padding: 0 1rem 0;
    }
    #faq input:checked ~ .accBody li {
        line-height: 2rem;
        padding: 0 1rem 1rem;
    }
}



/* curriculum
----------------------------------------*/
#curriculum {
    background:rgba(0,0,0,0.5);
}
#curriculum h2 {
    color: #fff;
}
#curriculum table{
    width: 100%;
    border-collapse: collapse;
  }
  
  #curriculum table tr{
    background-image: linear-gradient(40deg, #aec5e6 0%, #0d7cc0 74%);
  }
  
  #curriculum table tr:last-child *{
    border-bottom: none;
  }
  
  #curriculum table th, #curriculum table td{
    text-align: center;
    border: solid 2px #fff;
    color: white;
    padding: 10px 5px;
  }
  #curriculum table tbody th {
      min-width: 60px;
  }
#curriculum {
}
.flow {
    border: 3px solid #B19158;
    background: #ffffff;
    }
    .flow > li {
    padding: 1rem;
    }
    .flow > li:not(:last-child) {
    border-bottom: 3px solid #B19158;
    position: relative;
    }
    .flow > li:not(:last-child)::before,
    .flow > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    right: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }
    .flow > li:not(:last-child)::before {
    right: 74px;
    border-width: 22px;
    border-top-color: #B19158;
    }
    .flow > li:not(:last-child)::after {
    right: 82px;
    border-width: 18px;
    border-top-color: #fff;
    }
    .flow > li dl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #B19158;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20rem;
    text-align: center;
    }
    .flow >li .ttl {
        margin-bottom: 0.2rem;
        font-weight: bold;
        display: block;
    }
    .flow >li .flowIcon {
        width: 50px;
        display: inline-block;
    }
    .flow > li p {
        font-size: 20px;
        font-weight: 600;
        color: #B19158;
        -ms-flex-preferred-size: 20%;
        flex-basis: 19rem;
        text-align: center;
    }
    .flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: #B19158;
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    }

@media screen and (max-width:768px) {
    .flow > li:not(:last-child)::before {
        border-width: 12px;
    }
    .flow > li:not(:last-child)::after {
        border-width: 8px;
    }
    .flow > li dl {
        display: block;
    }
    .flow > li dl dt {
        margin: 0 0 1rem;
    }
    .flow > li dl dd {
        text-align: center;
    }
    .flow > li:not(:last-child)::before {
    right: 44px;
    }
    .flow > li:not(:last-child)::after {
    right: 52px;
    }
}



.mktoForm {
    
}
body #mktoForm_2365,#mktoForm_5849,#mktoForm_2682 {
    width: 100% !important;
    padding: 0;
    font-size: inherit !important;
}
body .mktoFormCol,
body .mktoForm .mktoFieldWrap {
    width: 100% !important;
}
body .mktoForm .mktoLabel {
    text-align: left;
}
body .mktoAsterix {
    font-size: 0;
    position: relative;
    display: block;
    float: left!important;
    padding-left: 0;
    padding-right: 5px;
}
body .mktoAsterix:after {
    width: 2rem;
    height: 1.2rem;
    margin: auto;
    background: #ff0000;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '必須';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
}

body .mktoField[type="radio"] {
    display: none; }
      
    body .mktoField[type="radio"] + label {
      margin: 0 5px 5px 0;
      padding: 0.7rem 1rem 0.7rem 2rem;
      border-radius: 50px;
      color: #000;
      background: #fff;
      position: relative;
    }
    body .mktoField[type="radio"] + label::before {
      margin: auto 0 !important;
      font-family: "Font Awesome 5 Free" !important;
      content: '\f111' !important;
      font-weight: 400;
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      left: 0.5rem;
      top: 0;
      bottom: 0;
    }
    body .mktoField[type="radio"]:checked + label {
        color: #fff;
        background: #5D0615;
    }  
    body .mktoField[type="radio"]:checked + label::before {
      content: '\f192' !important;
      font-weight: 400;
      color: #ffffff !important;
    }

  body .mktoField[type="checkbox"] {
    display: none; }
    body .mktoField[type="checkbox"] + label {
      margin: 0 5px 5px 0;
      padding: 0.7rem 1rem 0.7rem 2rem;
      border-radius: 50px;
      color: #000;
      background: #fff;
      display: inline-block;
      position: relative;
    }
    body .mktoField[type="checkbox"]:checked + label {
      color: #fff;
      background: #5D0615;
      box-sizing: border-box;
    }
    body .mktoField[type="checkbox"] + label::before {
      margin: auto 0 !important;
      padding-right: 10px;
      font-family: "Font Awesome 5 Free" !important;
      content: '\f0c8' !important;
      font-weight: 400;
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      left: 0.5rem;
      top: 0;
      bottom: 0;
    }
    body .mktoField[type="checkbox"]:checked + label::before {
        content: '\f14a' !important;
        font-weight: 900;
        color: #fff !important;
    }
    .mktoForm input.mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm div.mktoLogicalField.mktoInvalid {
        border: none !important;
    }
    body .mktoForm .mktoError .mktoErrorMsg {
     background: #ff0000;
     text-shadow: none;
     box-shadow: none;
     border: none;
  }
  body .mktoForm .mktoError .mktoErrorArrow {
      border: none;
      background: #ff0000;
  }
  body .mktoField[type="radio"] + label {
    display: inline-block !important;
  }
  

  body .mktoField[type="text"],
  body .mktoField[type="email"],
  body .mktoField[type="tel"],
  body .mktoField[type="email"],
  body .mktoField[type=date],
  body .mktoField[type=number],
  body select.mktoField,
  body textarea.mktoField {
    padding: 10px;
    background: #ffffff;
    border: none;
  }
  body .mktoField[type="text"]::placeholder,
  body .mktoField[type="email"]::placeholder,
  body .mktoField[type="tel"]::placeholder,
  body .mktoField[type="email"]::placeholder,
  body select.mktoField::placeholder,
  body textarea.mktoField::placeholder {
      color: #ccc;
  }
  body .mktoHtmlText,
  body .mktoButtonRow {

  }
  body .mktoButtonWrap {

  }
  .policy-link {
      text-align: center !important;
  }
  .policy-link img {
      width: 150px;
      margin: 0 auto;
  }


@media screen and (min-width:769px) {
    body #mktoForm_2365,#mktoForm_5849 {
        font-size: inherit !important;
    }
    body .mktoFormCol,
    body .mktoForm .mktoFieldWrap {
        margin-bottom: 10px !important;
    }
    .mktoOffset {
        display: none;
    }
    #contact_free {
        min-height: 130px !important;
        resize: vertical !important;
    }
    body .mktoField[type="radio"] + label::before,
    body .mktoField[type="checkbox"] + label::before {
        width: 0.5rem !important;
        height: 0.5rem !important;
        padding: 0 0 10px 0 !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
        left: 0.7rem;
    }
    body .mktoRadioList,
    .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
        width: 77% !important;
        padding: 0 !important;
        float: right !important;
    }    
    body .mktoForm .mktoLabel {
        width: 20% !important;
        line-height: 50px;
        padding: 0;
        font-weight: bold;
    }

    body .mktoField[type="text"],
    body .mktoField[type="email"],
    body .mktoField[type="tel"],
    body .mktoField[type="email"],
    body .mktoField[type=date],
    body .mktoField[type=number],  
    body select.mktoField,
    body textarea.mktoField {
        width: 77% !important;
        padding: 13px 10px !important;
        float: right !important;
        clear: none !important;
    }
    body .mktoHtmlText,
    body .mktoButtonRow {
        width: 100% !important;
    }
    body .mktoButtonWrap {
        margin: auto !important;
    }
    body .mktoAsterix {
        height: 50px;
    }
    body .mktoAsterix:after {

    }
  
}

@media screen and (max-width:768px) {
    body .mktoForm .mktoRadioList > label,
    body .mktoForm .mktoCheckboxList > label,
    body .mktoField[type="radio"] + label {
        margin: 0 1rem 1rem 0 !important;
        padding: 2rem 2rem 2rem 3.5rem;
      }
    body .mktoField[type="radio"] + label::before,
    body .mktoField[type="checkbox"] + label::before {
        width: 2rem !important;
        height: 1rem !important;
        padding: 0 0 1rem 0 !important;
        font-size: 2rem !important;
        line-height: 2rem !important;
        left: 1rem;
    }
    body .mktoForm .mktoLabel {
      margin: 0 !important;
      padding: 1rem;
    }
    .mktoHtmlText {
        width: 100% !important;
    }
    .mktoForm .mktoGutter {
        display: none;
    }
    body .mktoForm.mktoLayoutAbove textarea.mktoField {
        min-height: 40rem;
        padding: 1rem !important;
    }
    body .mktoField.mktoTextField,
    body .mktoField.__textarea {
        padding: 2rem
    }
    #contact_free {
        
    }

    body .mktoAsterix:after {
        width: 4rem;
        height: 2.2rem;
        right: 5px;
        bottom: 0;
    }
    body .mktoField[type="text"],
    body .mktoField[type="email"],
    body .mktoField[type="tel"],
    body .mktoField[type="email"],
    body textarea.mktoField {
      width: 100% !important;
      padding: 3rem 1rem !important;
    }
    body select.mktoField {
        width: 100% !important;
        padding: 1.5rem 1rem !important;
      }

    body .mktoForm textarea.mktoField,
    body textarea.mktoField {
        width: 100%;
    }
    body .mktoField[type="radio"] + label::before {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 100%;
    }
    body .mktoForm .mktoFieldWrap {
        float: inherit;
        margin-bottom: 1.5rem;
    }
    body .mktoForm .mktoRequiredField label.mktoLabel,
    body .mktoForm .mktoLabel {
        width: 100% !important;
        text-align: left;
        font-weight: bold;
        background: inherit;
        display: block;
        float: inherit;
    }
    body .mktoForm .mktoRadioList, body .mktoForm .mktoCheckboxList {
        width: 100% !important;
        padding: 0;
        float: inherit;
        clear: both;
    }
    .mktoFormRow:nth-child(9) .mktoFormCol {
        width: 50%;
        float: left;
    }
    body .mktoAsterix {
        width: 100%;
        height: 0;
    }
    body .mktoAsterix:after {
        font-size: 1.4rem;
    }
    #LblCity,
    #LblCity .mktoAsterix,
    #LblLastName,
    #LblLastName .mktoAsterix {
        display: none;
    }
    .mktoForm .mktoOffset {
        display: none;
    }
    .mktoButtonWrap {
        margin: 0 auto !important;
    }
}
      

@media screen and (min-width:769px) {
    #contact .formList_item {
        width        : 100%;
        display      : table;
        margin-bottom: 20px
    }

    #contact .formList_item dd,
    #contact .formList_item dt {
        display: table-cell
    }

    #contact .formList_item dt {
        width        : 200px;
        padding-right: 40px;
        text-align   : right
    }
}

@media screen and (max-width:768px) {
    #contact .formList {
        margin: 0 auto 5%
    }

    #contact .formList_item {
        margin-bottom: 2rem
    }

    #contact .formList_item dt {
        margin-bottom: 1rem
    }
    .mktoButtonRow {
        display: block !important;
    }
    body #contact button {
        margin : 0 auto;
    }
}
@media screen and (max-width:480px) {
    body .mktoField.mktoTextField,
    body .mktoField.__textarea {
        width: 100%;
    }
    body #contact_free {
        min-height: 30rem;
    }
}

#mktoForm_1314 {
    width: 100% !important;
}
#sendMail h3 {
}
#sendMail .mktoForm input[type=text],
#sendMail .mktoForm input[type=url],
#sendMail .mktoForm input[type=email],
#sendMail .mktoForm input[type=tel],
#sendMail .mktoForm input[type=number],
#sendMail .mktoForm input[type=date],
#sendMail .mktoForm textarea.mktoField,
#sendMail .mktoForm select.mktoField {
    border: 2px solid #666;
}
#sendMail #remarks {
    min-height: 20rem;
}
#sendMail .mktoButtonRow .mktoNative {
    margin: 0 !important;
}

#footer {
    margin-bottom: 0;
}

.fixBtn {
    width: 100%;
    padding-top: 5px;
    background: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
}
.fixBtnInner {
    position: relative;
}
.shiny-btn:hover:after {
    display: none;
}
.fixBtnInner .shiny-btn:hover {
    overflow: inherit;
}
.fixBtn .btn {
    padding: 1rem 0 0.5rem;
    line-height: inherit;
    text-align: center;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
.fixBtn ul {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.fixBtn .wpDL {
    border-radius: 0;
}
.fixBtn .entry {
    border-radius: 0;
}
.earlyDiscount {
    display: block;
    margin: auto;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    .fixBtn .btn {
        padding: 2.4rem 0 0.5rem;
    }
    .earlyDiscount {
        top: 0.5rem;
    }
}

/* lity モーダルウィンドウ
----------------------------------------*/
.lity-inner {
    text-align: center;
    overflow-x: scroll;
}
.lity-inner .title {
    text-align: center;
    display: inline-block;
}
.lity-inner .leftArea {

}
.lity-inner .description {
  margin-bottom: 20px;
  text-align: left;
}
.lity-inner h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.lity-inner h5 {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
.lity-inner .learnList {
    width: 100%;
    margin-bottom: 40px;
}
.lity-inner .learnList dt {
    text-align: center;
    margin-bottom: 10px;
    color: #5D0615;
}
.lity-inner .learnList dd li {
    padding: 10px 0;
    color: #5D0615;
}
.lity-inner .learnList i {
    width: 4.5rem;
    min-height: 4.5rem;
    margin : 0 auto 20px;
    background: #5D0615;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lity-inner .learnList span {
    display: block;
}

.lity-inner .rightArea {

}
.lity-inner .detail {
    width: 100%;
    border-top: 1px solid #999;
}
.lity-inner .detail tr {
    border-bottom: 1px solid #999;
}
.lity-inner .detail th,
.lity-inner .detail td {
    padding: 10px 20px;
    vertical-align: middle;
}
.lity-inner .detail th {
    font-weight: bold;
    background: #f0f0f0;
}
.lity-inner .detail td {
    
}
    
@media screen and (min-width:769px) {
    body .lity-close,
    body .lity-close:hover, body .lity-close:focus, body .lity-close:active, body .lity-close:visited {
        width: 2rem;
        height: 2rem;
        font-size: 4rem;
        position: absolute;
            top: -10px;
            right: -40px;
    }    
}
@media screen and (max-width: 768px) {
    body .lity-close,
    body .lity-close:hover, body .lity-close:focus, body .lity-close:active, body .lity-close:visited {
        width: 5rem;
        height: 5rem;
        font-size: 8rem;
    }
    .lity-inner .description {
        margin-bottom: 4rem;
    }
    .lity-inner .detail {
        margin-bottom: 4rem;
    }
    .lity-inner .learnList {
        margin: 0 auto 4rem;
    }
    .lity-inner .learnList dd li {
        margin-bottom: 0;
    }
    .lity-inner .learnList i {
        width: 100%;
        height: 10rem;
    }
    
}
