.font_cabin_sketch{
    font-family: "Cabin Sketch", cursive;
}
.font_cabin_sketch{
    font-family: "Cabin Sketch", cursive;
}
.font_neucha{
font-family: Neucha, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.sketchy .navbar {
    border-width: 2px;
    border-style: solid;
    border-radius: 25px 25px 55px 5px/5px 55px 25px 25px;
}
.sketchy .nav-tabs .nav-link {
    border-radius: 45px 15px 225px 5px/25px 225px 25px 255px;
}

.sketchy .btn {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
    text-decoration: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.sketchy input,.sketchy .form-control,.sketchy .input-group-text,.sketchy .custom-file-label {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}

.sketchy textarea,.sketchy textarea.form-control,.sketchy select,.sketchy select.form-control {
    border-radius: 55px 225px 15px 25px/25px 25px 35px 355px !important;
}

[type="radio"]:checked::before {
    background-color: #333;
}
[type="radio"]::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: -0.9em;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #333;
    border-radius: 50% 45% 40% 50% / 40% 50% 50% 45%;
}
[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: -0.9em;
    display: inline-block;
    width: 15px;
    height: 16px;
    border: 2px solid #333;
    border-radius: 2px 8px 2px 4px / 5px 3px 5px 3px;
}
[type="checkbox"]:checked::after {
    content: "x";
    position: absolute;
    left: -0.64em;
    top: -0.48em;
    font-size: 1.5rem;
    line-height: .5;
    color: #333;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #28a745;
}


.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}



.sketchy .breadcrumb {
    border: 2px solid #333;
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}

.sketchy .page-item:last-child .page-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.sketchy .pagination .page-link {
    border-radius: 425px 255px 25px 25px/25px 25px 5px 25px;
}


.sketchy .alert-dismissible.alert-warning, .alert-dismissible.alert-warning .alert-link, .alert-dismissible.alert-warning .close::before {
    color: #ffc107;
}
.sketchy .alert-dismissible {
    padding-right: 4rem;
}
.sketchy .alert-dismissible.alert-warning {
    border-color: #ffc107;
}
.sketchy .alert {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}
.sketchy .alert-light {
    color: #858585;
    background-color: white;
    border-color: white;
}

.sketchy .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.sketchy .alert-dismissible {
    padding-right: 4rem;
}
.sketchy .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 25px;
}

.source-button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 700;
}

.sketchy .badge {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}

.sketchy .badge-pill {
    border-radius: 7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem;
}


.sketchy .progress {
    border: 2px solid #333;
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}

.sketchy .jumbotron {
    border: 2px solid #333;
    border-radius: 55px 225px 15px 25px/25px 25px 35px 355px;
}

.sketchy .list-group-item {
    border-left: none;
    border-right: none;
    border-top: 2px solid #333;
    border-radius: 255px 5px 225px 5px/25px 225px 25px 255px;
}

.sketchy .list-group {
    background-color: #333;
    border: 2px solid #333;
    border-radius: 45px 15px 35px 5px/15px 5px 15px 65px;
    overflow: hidden;
}

.sketchy .card {
    border-radius: 5px 5px 5px 5px/25px 25px 25px 5px;
}

.sketchy .card-header:first-child {
    border-radius: 3px 3px 0 0/23px 23px 0 0;
}

.sketchy .modal-content {
    border-radius: 15px 5px 5px 25px/5px 25px 25px 5px;
}

.sketchy .toast {
    border-radius: 10px 10px 15px 5px/5px 15px 5px 15px;
}

.sketchy .dropdown-menu {
    border-radius: 555px 25px 25px 25px/25px 25px 25px 555px;
    overflow: hidden;
}

.sketchy .nav-pills .nav-link {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}

.sketchy .jumbotron {
    border: 2px solid #333;
    border-radius: 55px 225px 15px 25px/25px 25px 35px 355px;
}

.sketchy .card-header:first-child {
    border-radius: 3px 3px 0 0/23px 23px 0 0;
}

.sketchy .popover {
    padding: 0;
    border-radius: 45px 85px 15px 25px/15px 10px 35px 555px;
}

.sketchy .tooltip-inner {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}
  
.sketchy pre {
    border: 2px solid #333;
    border-radius: 15px 5px 5px 25px/5px 25px 25px 5px;
}

.sketchy  .img-thumbnail {
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
}




/* normal start  background-color: #F9F9F9; */

    body{
        background-image: url(../img/bg-clo001.jpg);
    }
    .com_page_title .page_title {
        background-image: url(../img/bg-clo001.jpg);
    }
    .section {
        position: relative;
        width: 100%;
        margin: 0px 0 60px 0;
        padding: 60px 0;
        background-color: transparent;
        overflow: hidden;
    }
    .heading-block {
        margin-bottom: 50px;
    }
    .center {
        text-align: center !important;
    }
    .heading-block h2 {
        font-weight: 500;
        letter-spacing: 3px;
        
    }
    .heading-block h2 {
        font-size: 30px;
    }
    .heading-block.center > span, .heading-block.text-center > span, .center .heading-block > span, .text-center .heading-block > span {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .heading-block::after {
        content: '';
        display: block;
        margin-top: 30px;
        width: 40px;
        
    }
    .center .heading-block::after, .text-center .heading-block::after, .heading-block.center::after, .heading-block.text-center::after {
        margin: 30px auto 0;
    }
    .col-mb-50 {
        --col-mb: 50px;
    }
    .line, .double-line {
        clear: both;
        position: relative;
        width: 100%;
        margin: 4rem 0;
        border-top: 1px solid #EEE;
    }
    img.aligncenter, div.aligncenter, div.aligncenter img {
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    .breadcrumb {
        color: #b3b3b3;
        font-size: 13px;
        letter-spacing: 0.05em;
        background-color: transparent;
        margin-bottom: 0rem;
    }
    .breadcrumb a {
        display: inline-block;
    }


    
    .padding {
        padding: 7.5rem 0;
    }
        .heading-title>span {
        font-size: 1.125rem;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
    }
    
    .defaultcolor {
        color: #ffb902;
    }
    
    .heading-title h2 {
        line-height: 1.2;
    }
    
    .darkcolor {
        color: #26313c;
    }
    .font-normal {
        font-weight: normal;
    }
    
    .feature-item {
        text-align: center;
    }
    .heading_space {
        margin-bottom: 3.75rem !important;
    }
    .feature-item .icon i {
        transition-delay: 0.15s;
    }
    .feature-item .icon {
        text-align: center;
        z-index: 1;
        font-size: 38px;
        margin-bottom: 20px;
        color: #ffb902;
        vertical-align: top;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    
    .feature-item img, .feature-item .icon {
        display: inline-flex;
    }
    .feature-item .text *, .feature-item .icon i {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    i::before, i::after {
        -webkit-transition: all 0s !important;
        -o-transition: all 0s !important;
        transition: all 0s !important;
    }
    
    .about-sec .services-area {
        margin-top: 0px;
    }
    @media screen and (max-width: 992px) {
       
        #app-feature .feature-item {
            max-width: 300px;
            display: inline-block;
        }
    }
    .padding-top {
        padding-top: 30px;
    }
    .padding-bottom {
        padding-bottom: 30px;
    }

    #page_about .sec_mokuhyou .content_wrap .mokuhyou_list {
        max-width: 1100px;
        margin: 0px auto 0;
    }


    /* teacher start*/
    #page_about .sec_mokuhyou .content_wrap .mokuhyou_list li .title {
       
        font-size: 1.6rem;
      }
    /* ========== p-feature-movie__list ========== */

/* ===== p-feature-movie__art ===== background-image: url("../img/move_bg.png");*/

.p-feature-movie__art {
    position: relative;
    border-radius: 30px;
    
    background-size: 24px;
    background-position: center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
  }
  
  .p-feature-movie__art::before {
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 1;
  }
  
  .p-feature-movie__art:nth-child(2n+1) {
    background-color: rgba(236, 109, 69, 0.1);
  }
  
  .p-feature-movie__art:nth-child(2n+1) .p-feature-movie__art__ttl{
    color: #ec6d45;
  }
  


  .p-feature-movie__art:nth-child(2n+2) {
    background-color: rgba(242, 152, 79, 0.1);
  }
  
  .p-feature-movie__art:nth-child(2n+2) .p-feature-movie__art__ttl{
    color: #f2984f;
  }
  

  
  .p-feature-movie__art:nth-child(2n+3) {
    background-color: rgba(149, 196, 71, 0.1);
  }
  
  .p-feature-movie__art:nth-child(2n+3) .p-feature-movie__art__ttl {
    color: #95c447;
  }
  
  
  /* ===== p-feature-movie__art__figure ===== */
  
  .p-feature-movie__art__figure {
    position: relative;
    transition: all 400ms ease;
  }
  
  .p-feature-movie__art__figure::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  
  .p-feature-movie__art__figure figure {
    pointer-events: none;
  }
  
  .p-feature-movie__art__figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .p-feature-movie__art__figure a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 400ms ease;
    pointer-events: none;
  }
  
  .p-feature-movie__art__figure a.is-hover:hover {
    opacity: 1;
  }
  
  .p-feature-movie__art__figure a.is-hover:hover::before {
    opacity: .7;
  }
  
  .p-feature-movie__art__figure svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .p-feature-movie__stroke {
    stroke: #fff;
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
    stroke-width: 4;
    transform: rotate(180deg);
    transform-origin: center;
  }
  
  /* ===== p-feature-movie__art__txt ===== */
  
  .p-feature-movie__art__ttl {
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
  
  /* ========== p-feature-movie__icon ========== */
  
  .p-feature-movie__icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }
  
  .p-feature-movie__icon .c-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  


  .p-feature-movie__art__txt {
    width: 100%;
  }





  @media screen and (min-width: 668px) {
  

    .p-feature-movie__art__txt {
      width: 100%;
    }
  
  }
  
  
  @media screen and (min-width: 1000px) {
    
    .p-feature-movie__art {
      flex-direction: column;
      width: 32.40741%;
      padding: 25px 25px 32px;
    }
  
    .p-feature-movie__art:nth-child(3n+2){
      margin: 0 1.2963%;
    }
  
    .p-feature-movie__art:not(:nth-of-type(-n+3)) {
      margin-top: 60px;
    }
  
    .p-feature-movie__art::before {
      width: 60px;
      height: 58px;
    }
  
    .p-feature-movie__art:nth-of-type(1) .p-feature-movie__art__figure::after {
      width: 64px;
      height: 45px;
    }
  
    .p-feature-movie__art:nth-of-type(2) .p-feature-movie__art__figure::after {
      width: 62px;
      height: 48px;
    }
  
    .p-feature-movie__art:nth-of-type(3) .p-feature-movie__art__figure::after {
      width: 70px;
      height: 51px;
    }
  
    .p-feature-movie__art:nth-of-type(4) .p-feature-movie__art__figure::after {
      width: 87px;
      height: 41px;
    }
  
    .p-feature-movie__art:nth-of-type(5) .p-feature-movie__art__figure::after {
      width: 63px;
      height: 54px;
    }
  
    .p-feature-movie__art__figure {
      order: 0;
    }
  
    .p-feature-movie__art__figure {
      margin-bottom: 32px;
    }
  
    .p-feature-movie__art__figure svg {
      width: 60px;
      height: 60px;
    }
  
    .p-feature-movie__art__ttl {
      order: 1;
      font-size: 2.0rem;
      margin-bottom: 20px;
    }
  
    .p-feature-movie__art__txt {
      order: 2;
    }
  
    
  }
  
  
  
  
  
  
  @media screen and (min-width: 1280px) {
    
  
    .p-feature-movie__art__ttl {
        font-size: 1.6rem;
    }
  
      
  }
  
  
  
  @media screen and (max-width: 999px) {
    
  
    .p-feature-movie__art {
      justify-content: space-between;
      flex-wrap: wrap;
    }
  
    .p-feature-movie__art__ttl {
      width: 100%;
    }
  
  }
  
  
  
  @media screen and (max-width: 667px) {
    
  
    .p-feature-movie__art {
      padding: 45px 4% 25px;
    }
  
    .p-feature-movie__art:not(:last-of-type) {
      margin-bottom: 20px;
    }
  
    .p-feature-movie__art::before {
      width: 45px;
      height: 43.5px;
    }
  
    .p-feature-movie__art:nth-of-type(1) .p-feature-movie__art__figure::after {
      width: 38.4px;
      height: 27px;
    }
  
    .p-feature-movie__art:nth-of-type(2) .p-feature-movie__art__figure::after {
      width: 37.2px;
      height: 28.8px;
    }
  
    .p-feature-movie__art:nth-of-type(3) .p-feature-movie__art__figure::after {
      width: 42px;
      height: 30.6px;
    }
  
    .p-feature-movie__art:nth-of-type(4) .p-feature-movie__art__figure::after {
      width: 52.2px;
      height: 24.6px;
    }
  
    .p-feature-movie__art:nth-of-type(5) .p-feature-movie__art__figure::after {
      width: 37.8px;
      height: 32.4px;
    }
  
    .p-feature-movie__art__figure {
      width: 35%;
    }
  
    .p-feature-movie__art__figure svg {
      width: 40px;
      height: 40px;
    }
  
    .p-feature-movie__art__ttl {
      font-size: 2.0rem;
      margin-bottom: 20px;
    }
  
    .p-feature-movie__art__txt {
      width: 62%;
      font-size: 1.2rem;
    }
  
  }
  
  
  
  @media screen and (max-width: 320px) {
    
  
    .p-feature-movie__art__figure {
      width: 200px;
      margin: 0 auto 20px;
      order: 0;
    }
  
    .p-feature-movie__art__ttl {
      order: 1;
      margin-bottom: 10px;
    }
  
    .p-feature-movie__art__txt {
      order: 2;
      width: 100%;
    }
  
  }
  
  @media screen and (max-width: 999px) and (min-width: 668px) {
   
  
    .p-feature-movie__art {
      padding: 50px 25px 30px;
    }
  
    .p-feature-movie__art:not(:last-of-type) {
      margin-bottom: 40px;
    }
  
    .p-feature-movie__art::before {
      width: 48px;
      height: 46.4px;
    }
  
    .p-feature-movie__art:nth-of-type(1) .p-feature-movie__art__figure::after {
      width: 51.2px;
      height: 36px;
    }
  
    .p-feature-movie__art:nth-of-type(2) .p-feature-movie__art__figure::after {
      width: 49.6px;
      height: 38.4px;
    }
  
    .p-feature-movie__art:nth-of-type(3) .p-feature-movie__art__figure::after {
      width: 56px;
      height: 40.8px;
    }
  
    .p-feature-movie__art:nth-of-type(4) .p-feature-movie__art__figure::after {
      width: 69.6px;
      height: 32.8px;
    }
  
    .p-feature-movie__art:nth-of-type(5) .p-feature-movie__art__figure::after {
      width: 50.4px;
      height: 43.2px;
    }
  
    .p-feature-movie__art__figure {
      width: 200px;
      margin-right: 20px;
    }
  
    .p-feature-movie__art__figure svg {
      width: 50px;
      height: 50px;
    }
  
    .p-feature-movie__art__ttl {
      font-size: 2.4rem;
      margin-bottom: 10px;
    }
  
    .p-feature-movie__art__txt {
      flex: 1;
      font-size: 1.5rem;
      padding-top: 1em;
    }
  
  }
  
    .p-feature-movie__art__figure figure{
        max-height: 280px;
        overflow-y: hidden;
        min-height: 280px;
    }
   
    .p22:last-child {
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: initial;
        line-height: 1.6875;
    }
    p:last-child {
        font-weight: initial;
        max-width: 550px;
        margin: 5px auto 0;
        text-align: justify;
        line-height: 2em;
    }
    
    .A061 p:last-child {
        font-weight: initial;
        max-width: 550px;
        margin: 5px auto 0;
        text-align: center;
        line-height: 2em;
    }

    .p-feature-movie__art:nth-child(2n+1) {
        background-color: rgba(242, 152, 79, 0.1);
        
    }
    .p-feature-movie__art:nth-child(2n+2) {
        background-color: rgba(236, 109, 69, 0.1);
    }
    .p-feature-movie__art:nth-child(2n+3) {
        background-color: rgba(149, 196, 71, 0.1);
    }
    #page_about .sec_mokuhyou .content_wrapnone {
        margin-top: 25px;
        padding: 70px 20px;
        background-image: none !important;
        background-size: 10px 10px;
    }
  

  

    /* teacher end */

    /* normal start */
    @media screen and (max-width: 768px){
    .com_pd {
        padding: 0 10px !important;
    }
    }

    .com_btn {
        width: 270px;
        height: 63px;
        line-height: 63px;
        font-size: 16px;
        text-align: center;
        background-color: #79a207;
        color: #fff;
        border-radius: 5px;
        border: 1px solid #79a207;
        display: block;
    }
      
      .heading-details {
        margin-bottom: 0px !important;
      }

      .heading-details h4 {
        display: inline-block;
        font-size: 35px;
        letter-spacing: 0.22em;
        border-bottom: 1px solid #79a207;
        padding: 0 5px 8px;
      }
      img222{
        border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
      }
      .btn-success {
        color: #fff;
        background-color: #79a207;
        border-color: #79a207;
      }
      a:active, a:hover {
        color: #eaf035;
      }
      .slider-sec svg path {
        fill: #fcf8f5;
      }
      #header-svg path {
        fill: #fcf8f5;
      }
      .upper-nav {
        background-color: #fcf8f5;
        padding-top: 20px;
        padding-bottom: 10px;
      }
      
      .navbar,.side-menu  {
        background-color: #fcf8f5e0;
      }

    
    @media (min-width: 768px){
        .com_sec_aday .aday_list li:first-child .photo::before, .com_sec_aday .aday_list li:last-child .photo::before {
            background-color: #fcf8f5 !important;
        }
        .com_sec_aday .aday_list li:nth-child(even) .text_wrap {
            border-right: 4px dotted #ccc;
            padding-right: 8%;
            width: 50%;
        }
    }

    