@charset "UTF-8";
/* ===============================================

    ■ 命名規則 BEM + MCSS

    block     block
    element   block_element
    modifier  block_element.__modifier

    ※状態を表すものはprefixをつける is-, has-, not-...

=============================================== */

/* font-size
----------------------------------------*/
#gNavi ul li a { font-size: 0.6rem; line-height: 0.9rem; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;}
#gNavi ul li a i { font-size: 1.0rem; line-height: 1.4rem;}
#gNavi ul li a span { font-size: 0.9rem;}

#contents .pointList li .ttl { font-size: 1.2rem; line-height: 1.6rem; font-weight: bold;}

#result .ttl { font-size: 2.6rem; line-height: 2.8rem;}

#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; line-height: 1.2rem;}
.ac-container label .day { font-size:0.9rem; line-height: 1.1rem;}
.ac-container label .time { font-size: 0.8rem; line-height: 0.9rem;}
.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) {
    #gNavi ul li a{ font-size: 2.8rem; line-height: 3rem; writing-mode: inherit;}
    #intro h3 { font-size: 3.0rem;}
    #intro h3 span { font-size: 3.4rem; font-weight: bold;}

    #result .resultList .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.7rem; line-height: 2.9rem;}
    .ac-container label .area { font-size: 2.1rem; line-height: 2.8rem;}
    .ac-container label .day { font-size: 2.0rem; line-height: 2.6rem;}
    .ac-container label .time { font-size: 0.9rem; line-height: 0.9rem;}
        .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;}
}




/* main
----------------------------------------*/
.section {
    position: relative;
}
.inner { padding: 100px 0; position: relative;}
@media screen and (max-width: 768px){
    .inner { padding: 6rem 0; position: relative;}
}
h2, h3 {
    text-align: center;
}
.is-closed {display: none !important;}


#theme h2, #theme h3,
#contents h2, #contents h3 {
    color: #000000;
    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;
    }
    .sp-hide {
        display: none;
    }
}

.defs {
    display: none;
}

h2 { margin-bottom: 60px;}
h3 { margin-bottom: 40px;}

@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 #d4d4d4;
    position: absolute;
    top: 0;
    bottom: 0;
}
.lineTitle.__white .leftLine,
.lineTitle.__white .rightLine {
    border-top: 1px solid #d4d4d4;
}
.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 {
    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;
    }
}

.btn {
    display: block;
}
.btn.__burgundy {
    background-color: #5D0615;
    color: #fff;
    box-shadow: 0 3px 0 #b47d75;
}
.btn.__navy,
.mktoButton {
    background-color: #00005f;
    color: #fff;
    box-shadow: 0 3px 0 #5969f7;
}
.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-color: #FED23D;
    color: #000;
    box-shadow: 0 3px 0 #f7ba59;
}
  .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;
  }

#newsinner{
    text-align: left;
}

#newsblock ul{
    padding:10px 280px 0;
}

#newsblock ul li{
    padding:0px 0px 9px;
}

#newsblock ul li .date {
    display: block;
    float: left;
    width: 180px;
    font-size: 110%;
}

#newsblock ul li .info {
    display: block;
    width: 620px;
    font-size: 110%;
}

#newsblock ul li .info a {
    text-decoration: none;
        border-bottom: 1.4px solid #888787;
        text-decoration-skip-ink: none;
}

@media screen and (max-width: 768px) {
    #newsblock ul {
        padding: 10px;
    }

    #newsblock ul li {
        padding: 5px 0;
    }

    #newsblock ul li .date {
        float: none;
        width: 100%; 
        font-size: 100%;
    }

    #newsblock ul li .info {
        width: 100%;
        font-size: 100%;
    }

    #newsblock ul li .info a {
        border-bottom: 1px solid #a29f9f;
    }
}

#wp {
    background: url(./../../../img/consulting/seminar/keisen/bg_wp.jpg) repeat;
}


#intro {
    color: #ffffff;
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.8)),
    url(./../../../img/consulting/seminar/keisen/bg_intro01.jpg);
    background-size: 178% auto;
    background-position: center center;
}
#intro h3,
#intro span,
#intro p {
    color: #ffffff;
}
#intro h3 span {
    position: relative;
    display: inline-block;
    text-align: center;
}
#intro h3 span:after {
    width: 100%;
    height: 15px;
    margin: auto;
    background: #F4C01C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: inline-block;
    content:'';
    z-index: -1;
    opacity: 0.8;
}
.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 {
        background: linear-gradient( 135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
        url(./../../../img/consulting/seminar/keisen/bg_intro02.jpg) no-repeat right bottom cover;
        }
    .menuList{
        padding: 2rem 0;
    }
    .menuList li{
        width: 45%;
        margin:0 4px;
    }
    .menuList li a {
        padding: 3rem 0;
    }    
}

.videoWrapper {
    
}
.videoInner {
    position: relative;
    padding-top: 56.2%;
}
.videoInner  iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 769px) {
    .videoWrapper {
        bottom: 40px;
    }
}    
@media screen and (max-width: 768px) {
    .videoWrapper {
        width: 90%;
        margin: auto;
        bottom: 2rem;
    }
}    

/* result
----------------------------------------*/
#result {

}
#result .resultList {
    margin-bottom: 40px;

}
#result .caption {
    width: fit-content;
    margin : 0 auto 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
}
#result .ttl {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
#result .resultList .postscript {
}
#result .resultLive {
    
}


@media screen and (max-width: 768px){
    #result .resultList li {
        margin-bottom: 2rem;
    }
}

/* theme
----------------------------------------*/
#theme {
    background: #fff;
}
.themeLogo {
    width: 550px;
    margin: auto;
}
.themeLogo img {
    width: 100%;
}
#theme .sixModel {
    margin-bottom: 100px;
    color: #5d0815;
    padding: 40px 20px;
    border: 1px solid #5D0615;
}
#theme .sixModel .ttl {

}
#theme .sixModel .postscript {
    color: #000;
}

#theme table tr th:nth-child(1),
#theme table tr td:nth-child(1) {
    width: 200px;
}
#theme table tr th:nth-child(2),
#theme table tr td:nth-child(2) {
    max-width: 350px;
}
#theme table tr th {
    font-weight: bold;
}
#theme table tr th,
#theme table tr td {
    padding: 10px 20px;
    vertical-align: middle;
}
#theme table thead th {
    color: #0d7cc0;
    background: #e1e9f6;
}
#theme table thead th:first-child {
        background: #9db7e0;
}
#theme table tbody th {
    color: #fff;
}
#theme table tbody tr:nth-child(odd) th {
    background: #aec5e6;
}
#theme table tbody tr:nth-child(even) th {
    background: #9db7e0;
}
#theme table tbody tr:nth-child(even) td {
    background: #e1e9f6;
}

@media screen and (max-width: 768px){
    .themeLogo {
        width: 90%;
        margin: auto;
    }    
    #theme {
        padding-bottom: 0;
    }
    #theme .sixModel {
        margin-bottom: 4rem;
        padding: 2rem 1rem;
    }
    #theme .sixModel li {
       margin-bottom: 1rem; 
    }
}

/* consultant
----------------------------------------*/
#consultant {
    color: #fff;
    background: rgba(0,0,0,0.95);
    position: relative;
    overflow: hidden;
}

#consultant h2 {

}
#consultant .guestsList {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
#consultant .guestsList .guestsList_item a {
    width: 100%;
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: block;
}
#consultant .fadeImg {
    margin: 0 auto;
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
    z-index: 0;
}
#consultant .consultantName {
    color: #fff;
    text-align: center;
}
.consultantName .contents {
    min-height: 0.7rem;
    margin-bottom: 10px;
    margin-bottom: 5px;
}
.consultantName .post {
    margin-bottom: 5px;
}
.consultantName .name {
    margin-bottom: 5px;
}
.guestsList .guestsList_item .guestList_img {
    margin-bottom: 20px;
}
.consultantProfile {
    margin-bottom: 40px;
    text-align: left;
}
.consultantSchedule dt {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.consultantSchedule dd {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
    .guestsImg {
        margin-bottom: 1rem;
    }
    .lity-wrap .lity-container .consultantName .name {
        margin-bottom: 2rem;
    }
    .consultantSchedule dt {
        margin-bottom: 1.4rem;
        padding-bottom: 0.4rem;
    }
}


/* 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;
    }
}

/* privilege
----------------------------------------*/
.privilege-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
  }

  .privilege-list_child {
    list-style-type: none;
    height: auto;
    display: flex;
    align-items: center;
    gap: 60px;
    background-color: #f7f6f6; 
    padding: 30px; 
    margin:0 0 50px 0;
    border-radius: 10px;
  }

  .privilege-list_child dl {
    flex: 1; 
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    margin-bottom: 15px;
  }

  .privilege-list_child dt {
    flex: 0 0 auto; 
    margin-right: 15px; 
  }
  
  .privilege-list_child dd {
    flex: 1 1 auto; 
    font-size: 22px; 
    color:#5d0615;
    font-weight: bold;
    line-height: 1.6;
  }

  .privilege-list_child p {
    font-size: 18px;
}

.privilege-list_child .special-text {
    width: 630px; 
  }

  .privilege-list_head {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .privilege-list_head li {
    display: inline-block; 
  }

  .privilege-list_head img {
    max-width: 55px; 
    height: auto;
    margin-right: 10px;
  }

  .privilege-list_child li .pic img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .privilege-list_child {
        flex-direction: column; 
        gap: 20px;
        padding: 15px;
        margin: 0;
      }
    
      .privilege-list_child dt {
        margin-right: 0;
      }
    
      .privilege-list_child dd {
        font-size: 16px; 
      }
    
      .privilege-list_child p {
        font-size: 14px;
      }
    
      .privilege-list_child .special-text {
        width: 100%;
      }
    
      .privilege-list_head {
        text-align: center;
      }
    
      .privilege-list_head li {
        display: block;
        margin-bottom: 10px;
      }
    
      .privilege-list_head img {
        max-width: 40px;
        margin-right: 5px;
      }
    
      .privilege-list_child li .pic img {
        max-width: 100%;
      }
    }

/* voice
----------------------------------------*/
#voice {
    padding: 60px 0 60px;
    position: relative;
    background: rgba(0,0,0,0.3);
}
#voice .frame1024 {
    background: rgba(255,255,255,0.8);
}
#voice .inner {
    padding: 0px 11px 40px;
}

#voice h2 {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
#voice h2 span {
    padding: 5px 200px;
    background:#5D0615;
    color: #fff;
    display: inline-block;
}

#voice .scroll {
    height: 450px;
    overflow: scroll;
    padding: 30px 30px 0;
}

#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;
    margin-right: 10px;
    float: left;
}
#voice .imgArea .img {
    margin-bottom: 10px;
}
#voice .imgArea .name {
    text-align: center;
}
#voice .txtArea {
    width: 340px;
    font-weight: bold;
    float: right;
}
#voice .txtArea .ttl {
    font-weight: bold;
}

@media screen and (max-width: 768px){
    #voice {
        padding: 0;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
        background-size: 5px 5px;
        background-attachment: fixed;
        }
    #voice h2 span {
        padding: 1rem 2rem;
        background:#5D0615;
        color: #fff;
        display: inline-block;
    }
    #voice .voiceList li:first-child {
        border-top: none;
    }
    #voice .voiceList li {
        padding: 2rem 0;
    }
    #voice .voiceList li:after {
        content: "";
        display: block;
        clear: both;
    }
    #voice .imgArea {
        display: none;
    }
    #voice .txtArea {
        width: 100%;
        float: none;
    }
}

#voice .voice {
    padding-top: 10px;
    width: 480px;
    max-width: 100%; 
    height: 130px; 
    display: block; 
    margin: 0 auto;
  }

  #voice .other{
    margin:20px 0px 10px 12px;
    font-size:18px;
 }

  #voice .capture {
    list-style: none;
    display: flex;
    justify-content: space-between;
  }

  .capture li {
    flex: 1;
    padding: 10px 10px 10px;
  }

  @media screen and (max-width: 768px) {
    #voice .voice {
      width: 100%;
      padding: 10px;
      height: auto;
    }
  
    #voice .other {
      margin: 10px 0px;
      font-size: 16px;
    }
  
    #voice .capture {
      flex-direction: column;
      align-items: center;
    }
  
    .capture li {
      padding: 10px;
      text-align: left;
    }

    ul.capture li p {
        padding-left: 10px;
        width: 98%; /* パラグラフ要素を親要素の幅に合わせる */
      }

  }

  /* text オリジナルテキスト
----------------------------------------*/
#originaltext_box {
    background-color: #ffffff;
    margin: 80px 0 40px;
    padding: 30px 30px 30px 50px;
    }
    
    #originaltext_box h4 {
    border-bottom: 1px solid #666 ;
    }
    
    #originaltext_box p {
    font-size: 100%;
    margin: 10px 0 0;
    }
    
    #originaltext_box dl dt {
    font-weight: bold;
    margin: 5px 0 0;
    }
    
    #originaltext_box dl dd {
    padding: 0 0 0 22px;
    font-size: 100%;
    }
    
    .originaltext {
        padding: 40px 0 0;
    }

    .originaltext img {
        height: 300px; 
        width: auto;
        padding:0 0 0 30px  
    }

    @media (max-width: 768px) {
        #originaltext_box {
            margin: 10px;
            padding: 10px;
        }
    
        #originaltext_box h4 {
            margin-top: 5px;
        }
    
        #originaltext_box p {
            font-size: 12px;
            margin: 5px 0;
        }
    
        #originaltext_box dl dt {
            margin: 3px 0;
        }
    
        #originaltext_box dl dd {
            padding-left: 15px;
            font-size: 12px;
        }
    
        .originaltext {
            padding: 10px;
        }
    
        .originaltext img {
            max-width: 100%;
            height: auto;
            margin: 5px 0;
        }
    }

/* place 開催場所
----------------------------------------*/
#place::before {
    width: 100%;
    height: 100%;
    content:'';
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.95);
    z-index: 0;
}
#place .inner {
}

#place article h4 {
    margin-bottom: 10px;
    display: inline-block;
}
.placeList {
    margin-bottom: 10px;
}
.placeList dl {
    margin-bottom: 10px;
}
.placeList dl:after {
    content: "";
    display: block;
    clear: both;
}
.placeList dl dt {
    width: 30%;
    float: left;
}
.placeList dl dd {
    width: 70%;
    float: left;
}
#place .c-btnWrap form{
    display: flex;
    justify-content: center;
}
#place .c-btn.-small.tf-btn {
    position: relative;
    width: auto;
    border-color: #5074b4;
    color: #5074b4;
    font-size: 14px;
    padding: 10px 34px;
    background: #ffffff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    margin: 10px auto;
}
#place .c-btn::after {
    content: "";
    background-image: url(./../../../img/icon_arrow_blue.svg);
    display: block;
    background-size: cover;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
@media screen and (max-width: 768px){
    .placeList dl dt,
    .placeList dl dd {
        width: 100%;
        float: none;
    }
    
}

/* 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: #fff;
    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;
    display: block;
  }
  .ac-container label .area span {
    font-size: 0.8rem;
    font-weight: normal;
  }
  .ac-container label .day {
    font-weight: bold;    
    display: block;
  }
  .ac-container label .time {
    display: block;    
  }
  .ac-container {
    margin: 10px auto;
  }
  .ac-container li {
    margin-bottom: 10px;
    position: relative;
    background: #5d0815;
  }

  .ac-container li.is-detailClosed {
    pointer-events: none;
    background-color: rgb(190, 190, 190);
  }
  .ac-container li.is-detailClosed label {
    border: 1px solid #999;
  }
  .ac-container li.is-detailClosed::before {
    content: "受付終了";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.8rem;
    color: #fff;
  }
  .ac-container li.is-detailClosed label {
    color: #fff;
  }

  .ac-container label:hover {
    color: #5d0815;
    background: #fff;
  }
  .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 {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .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;
  }
  .map iframe {
      width: 100%;
  }
  .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;
    }
}


/* application お申込み概要
----------------------------------------*/
#application {
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)),
    url(./../../../img/consulting/seminar/keisen/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 {
    color: #fff;
    background: rgba(100,100,100,0.95);
}
#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;
  }


/* #flow
---------------------------*/
#flow {
    background: rgba(255,255,255,0.95);
}
#flow .stepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    lign-items: stretch; }
    #flow .stepList .stepList_item {
      -ms-flex-preferred-size: 170px;
      flex-basis: 170px;
      position: relative; }
      #flow .stepList .stepList_item .stepBox {
        height: 140px;
        margin-bottom: 10px;
        padding: 10px 0 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #flow .stepList .stepList_item .stepBox .stepHeading {
          margin-bottom: 10px;
          color: #fff; }
        #flow .stepList .stepList_item .stepBox .stepTxt {
          color: #fff; }
      #flow .stepList .stepList_item .description {
        text-align: center; }
      #flow .stepList .stepList_item:first-child .stepBox {
        background: #fd6460; }
      #flow .stepList .stepList_item:first-child:after {
        border-color: transparent transparent transparent #fd6460; }
      #flow .stepList .stepList_item:nth-child(2) .stepBox {
        background: #d0524f; }
      #flow .stepList .stepList_item:nth-child(2):after {
        border-color: transparent transparent transparent #d0524f; }
      #flow .stepList .stepList_item:nth-child(3) .stepBox {
        background: #aa3737; }
      #flow .stepList .stepList_item:nth-child(3):after {
        border-color: transparent transparent transparent #aa3737; }
      #flow .stepList .stepList_item:nth-child(4) .stepBox {
        background: #5d0815; }
      #flow .stepList .stepList_item:nth-child(4):after {
        border-color: transparent transparent transparent #5d0815; }
      #flow .stepList .stepList_item:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 70px 20px;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: -20px; }
  
  @media screen and (max-width: 767px) {
    #flow .stepList {
      display: block; }
      #flow .stepList .stepList_item {
        width: 100%;
        margin-bottom: 2.4rem;
        display: table; }
        #flow .stepList .stepList_item .stepBox {
          width: 50%;
          display: table-cell;
          vertical-align: middle;
          position: relative; }
          #flow .stepList .stepList_item .stepBox:after {
            width: 0;
            height: 0;
            margin: auto;
            content: '';
            display: block;
            border-style: solid;
            border-width: 2rem 30px 0;
            position: absolute;
            top: inherit;
            bottom: -2rem;
            left: 0;
            right: 0; }
        #flow .stepList .stepList_item .description {
          width: 50%;
          display: table-cell;
          vertical-align: middle; }
        #flow .stepList .stepList_item:first-child .stepBox:after {
          border-color: #fd6460 transparent transparent transparent; }
        #flow .stepList .stepList_item:nth-child(2) .stepBox:after {
          border-color: #d0524f transparent transparent transparent; }
        #flow .stepList .stepList_item:nth-child(3) .stepBox:after {
          border-color: #aa3737 transparent transparent transparent; }
        #flow .stepList .stepList_item:nth-child(4) {
          margin-bottom: 0; }
          #flow .stepList .stepList_item:nth-child(4) .stepBox:after {
            display: none; }
        #flow .stepList .stepList_item:after {
          border: none; } }
  

/* contact
----------------------------------------*/
.section.bg_gray {
    background: rgba(175,184,190,0.99);
}

#entry {
    background: #fff;
    position: relative;
}

#contact .formList_item dt {
    font-weight   : 700;
    vertical-align: middle
}

#contact h2 {
    margin: 0 auto 40px
}

.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: 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;
    }
}

.mktoForm {
    
}
body #mktoForm_1290 {
    width: 100% !important;
    padding: 0;
    font-size: inherit !important;
}
body .mktoFormCol,
body .mktoForm .mktoFieldWrap {
    width: 100% !important;
}
body .mktoForm .mktoLabel {
    text-align: center;
}
body .mktoAsterix {
    font-size: 0;
    position: relative;
}
body .mktoAsterix:after {
    width: 2rem;
    height: 1.2rem;
    margin: auto;
    background: #ff0000;
    color: #ffffff;
    font-size: 0.8rem;
    text-align: center;
    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 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_1290 {
        font-size: inherit !important;
    }
    body .mktoFormCol,
    body .mktoForm .mktoFieldWrap {
        margin-bottom: 10px !important;
    }
    #contact h3 {
        margin-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .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 select.mktoField,
    body textarea.mktoField {
        width: 77% !important;
        padding: 13px 10px !important;
        float: right !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) {
    #contact h3 {
        margin-bottom: 0;
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    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 textarea.mktoField {
        min-height: 7rem;
    }
    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 h2 {
        width: 532px
    }

    #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 h2 {
        width: 40%
    }

    #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 {
    text-align: center;
}
#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;
}



/* 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;
    }
    
}
