/*
Theme Name: 20250624_acs
Author: Yuka OE
Description: 20250616_acsのupdateファイル
Version: 1.0
*/

@charset "UTF-8";

*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    color:#333333;
    font-family: "Noto Sans JP", serif;
    font-feature-settings: 'palt';
    scroll-padding-top:69px;
}

@media screen and (max-width:1300px){
    *{
        scroll-padding-top:calc(36.4px + 1.5vw);
    }
}

@media screen and (max-width:768px){
    *{
        scroll-padding-top:calc(26.2px + 1.5vw);
    }
}

@media screen and (max-width:480px){
    *{
        scroll-padding-top:42.2px;
    }
}


img{
    width:100%;
}

a{
    text-decoration:none;
}

.all-content{
    width:100%;
    overflow: hidden !important;
}

/* fonts */

p, a, span, h1, h2, h3, h4, dt, dd, li, label{
    font-family: "Noto Sans JP", serif;
    color:#333333;
    font-feature-settings: 'palt';
}

@font-face {
    font-family: 'awesome';
    src: url('fonts/Font Awesome 6 Brands-Regular-400.otf') format('opentype');
  }

@font-face {
font-family: 'awesome-bold';
src: url('fonts/Font Awesome 6 Free-Solid-900.otf') format('opentype');
  }

.awesome{
font-family: 'awesome', sans-serif;
}
  
.awesome-bold{
    font-family: 'awesome-bold', sans-serif;
}

.noto{
    font-family: "Noto Sans JP", serif;
}

.josefin{
    font-family: "Josefin Sans", serif;
}

.inline-b{
    display:inline-block;
}

/* br */

.tb,
.tb-only,
.sp{
    display:none;
}

@media screen and (max-width:768px){
    .pc{
        display:none;
    }

    .tb,
    .tb-only{
        display:inherit;
    }
}

@media screen and (max-width:480px){
    .sp{
        display:inherit;
    }

    .tb-only{
        display:none;
    }
}

/* header */

header{
    width:100%;
    position:absolute;
    z-index:90;
    padding:25px 0;
}

header.hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
  }
  
  header.visible {
    opacity: 1;
    transform: translateY(0);
    background-color:#fff;
    position:fixed;
    top:0;
    left:0;
  }

.header-content{
    width:90%;
    margin:0 auto;
}

.header-flex{
    display:flex;
    gap:10px;
    justify-content: space-between;
    align-items: center;
}

.header-left{
    max-width:331px;
    min-width:217px;
    width:26%;
}

.header-right{
    width:73%;
}

.header-nav{
    display:flex;
    width:fit-content;
    margin-left:auto;
    align-items: center;
}

.header-nav .a-nav a{
    font-size:15px;
    letter-spacing:0.1em;
    padding:0 20px;
    color:#fff;
    white-space: nowrap;
}

.header-nav .a-nav + .a-nav{
    border-left:1px solid #fff;
}
.header_counsel_btn a{
  background:linear-gradient(-45deg, #FFC86B 0%,#FFC86B 10%, #FF6287 50% ,#FFC86B 100% );
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.3s ease-out;
  color:#fff;
  font-size:14px;
  letter-spacing:0.07em;
  padding:13px 18px !important;
  border-radius:200px;
  display:block;
  white-space: nowrap;
  line-height:1;
}
@media screen and (max-width: 1200px){
    .header_counsel_btn a{
        padding:10px 12px !important;
        font-size: 14px;
    }
}
@media screen and (max-width: 1080px){
    .header_counsel_btn a{
        font-size: 12px;
        padding:7px 9px !important;
    }
}

.header_counsel_btn a:hover{
  background-position: 99% 60%;
}

@media screen and (max-width:1300px){

    header{
        padding:1.9vw 0;
    }

    .header-nav .a-nav a{
        font-size:1.2vw;
        padding:0 1.5vw;
    }
}

header.visible{
    padding:15px 0;
    opacity:0;
    animation:headerfade 0.3s forwards;
}

@keyframes headerfade{
    0%{
        opacity:0;
    }

    100%{
        opacity:1;
    }
}

.content-logo{
    display:none;
}

header.visible .content-logo{
    display:block;
}

header.visible .mv-logo{
    display:none;
}

header.visible .header-nav .a-nav a{
    color:#333;
}

header.visible .header-nav .a-nav + .a-nav{
    border-left:1px solid #333;
}

@media screen and (max-width:1300px){
    header.visible{
        padding:1.2vw 0;
    }
}

@media screen and (max-width:480px){
    header{
        padding:10px 0;
    }

    header.visible{
        padding:8px 0;
    }
}

/* ハンバーガー */

.sp-nav{
    display:none;
}

@media screen and (max-width:900px){
.pc-nav{
    display:none;
}

.sp-nav{
    display:inherit;
}

header{
    padding:15px;
}
}

/* ハンバーガーアイコン */
/* ハンバーガーメニューのアイコン */
.menu-button {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 99;
    margin-left:auto;
  }
  
  /* 3本線のスタイル */
  .menu-button span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }

  header.visible .menu-button span{
    background:#333;
  }
  
  /* メニューのチェックボックス（非表示） */
  .menu-checkbox {
    display: none;
  }
  
  /* メニューのデザイン */
  .sp-nav-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 0%;
    height: 100vh;
    background: #00693e;
    color: white;
    padding: 20px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: 0.5s;
    z-index: 90;
    padding:50px 0;
    overflow: auto;
    
  }
  
  /* メニューの中のリンク */
  .sp-nav-content ul {
    list-style: none;
    padding: 0;
    height:fit-content;
    width:80%;
    margin:0 auto;
    max-width:400px;
  }
  
  .sp-nav-content ul li {
    text-align: center;
    padding:20px 0;
    border-bottom:1px dotted #fff;
  }

  .sp-nav-content ul li:nth-child(1){
    border-bottom:none;
    margin-bottom:15px;
  }
  
  .sp-nav-content ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }
  
  /* チェックが入ったらメニューを表示 */
  .menu-checkbox:checked ~ .sp-nav-content {
    right: 0;
    width:100%;
  }
  
  /* ハンバーガーメニューを「×」に変化 */
  .menu-checkbox:checked + .menu-button span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    background:#fff;
  }
  
  .menu-checkbox:checked + .menu-button span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-checkbox:checked + .menu-button span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    background:#fff;
  }

  .menu-checkbox:checked + .menu-button{
    position:fixed;
    right:5%;
    top:20px;
  }
  
/* mv */
#mv{
    background-image:url(img/mv-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:90px;
    padding-bottom:120px;
}

.mv-content{
    width:100%;
    position:relative;
}

.mv-content::after{
    content:"";
    width:44.6%;
    height:39.8vw;
    max-height:670px;
    background-image:url(img/mv-img.png);
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    left:50%;
    background-size: contain;
    z-index:0;
}

.mv-left{
    width:45%;
    margin-left:7.7%;
    padding-top:75px;
}

.mv-copy{
    position:relative;
}

.mv-copy::before{
    content:"";
    width:120%;
    height:5px;
    background-image:url(img/mv-line.png);
    background-size: contain;
    position:absolute;
    background-repeat: no-repeat;
    background-position: left top;
    left:-20%;
    bottom:-33px;
}

.mv-bottom{
    margin-top:85px;
    color:#fff;
    font-size:23px;
    letter-spacing:0.1em;
    font-feature-settings: 'palt';
    font-weight:300;
    line-height:2.1;
}

@media screen and (max-width:1300px){
    .mv-bottom{
        font-size:1.78vw;
        margin-top:6.5vw;
    }
}

@media screen and (max-width:768px){

#mv{
    padding-top:93.25vw;
    padding-bottom:45px;
}

.mv-content::after{
    width:80%;
    height:72.3vw;
    top:-78.5vw;
    transform: translateX(-50%);
}

.mv-left{
    width:85%;
    margin:0 auto;
    padding-top:0;
}

.mv-bottom{
    margin-top:13.8vw;
    font-size:4.2vw;
}

.mv-copy::before{
    bottom:-6.2vw;
}
}

/* h2 */
h2{
    position:relative;
}

h2.left{
    padding-left:110px;
}

h2.left::before{
    content:"";
    width:105px;
    height:1px;
    background-color:rgba(0, 105, 62, 0.5);
    position:absolute;
    top:5px;
    left:0;
}

h2.left.center::before{
    width:500px;
    left:-505px;
}

h2.left.center{
    padding-left:0;
}

h2 span{
    display:block;
}

.h2-en{
    font-size:18px;
    font-weight:200;
    font-size:18px;
    color:#8fa889;
    letter-spacing:0.1em;
    position:relative;
    line-height:1;
}

.h2-jp{
    font-size:30px;
    font-weight:700;
    letter-spacing:0.1em;
    color:#00693e;
    line-height:1;
    margin-top:20px;
}

@media screen and (max-width:768px){
    h2.left{
        padding-left:5%;
    }
    
    h2.left::before{
        content:"";
        width:calc(5% - 5px);
        top:5px;
    }

    .h2-en{
        font-size:16px;
    }
    
    .h2-jp{
        font-size:24px;
        margin-top:15px;
    }
}

@media screen and (max-width:480px){
    .h2-en{
        font-size:14px;
    }
    
    .h2-jp{
        font-size:20px;
        margin-top:13px;
    }
}

h2.wh .h2-en,
h2.wh .h2-jp{
    color:#fff;
}

h2.wh.left::before{
    background-color:rgba(300, 300, 300, 0.5);
}
/* concept */

#concept{
    padding-top:150px;
    padding-bottom:145px;
    background-image:url(img/consept-back.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position:left top;
}

.concept-flex{
    width:90%;
    display:flex;
    gap:5%;
    margin-top:75px; 
}

.concept-left{
    width:44.3%;
}

.concept-right{
    width:50%;
}

.concept-right p{
    font-size:18px;
    font-weight:300;
    font-feature-settings: 'palt';
    letter-spacing:0.1em;
    line-height:2.2;
}

@media screen and (max-width:768px){
    #concept{
        padding:70px 0;
    }
    
    .concept-flex{
        margin:0 auto;
        display:block;
        margin-top:50px; 
    }
    
    .concept-left{
        width:100%;
    }
    
    .concept-right{
        width:100%;
    }
    
    .concept-right p{
        font-size:16px;
        margin-top:30px;
    }
}

@media screen and (max-width:480px){
    #concept{
        padding:50px 0;
    }
    
    .concept-flex{
        margin-top:40px; 
    }

    .concept-right p{
        font-size:15px;
        margin-top:20px;
    }
}

.skill{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    background-color:#e7f1cf;
    border-radius:10px;
    position:relative;
    padding:50px 60px;
    padding-top:110px;
    margin-top:125px;
}

.skill-title{
    display:block;
    text-align: center;
    background:linear-gradient(to right, #00b369, #00794f);
    padding:20px 40px;
    padding-top:10px;
    color:#fff;
    border-radius:100px;
    position:absolute;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
    font-size:29px;
    font-weight:500;
    font-feature-settings: 'palt';
    letter-spacing:0.1em;
    line-height:1;
    width:88%;
}

.skill-title span{
    color:#fff;
}

.skill-title .yellow,
.skill-title .yellow .big{
    color:#fff799;
}

.skill-title .yellow .big{
    font-size:47px;
}

.skill-txt{
    background-color:#fff;
    padding:15px 35px;
    margin-top:45px;
}

.skill-txt p{
    font-size:18px;
    font-feature-settings: 'palt';
    letter-spacing:0.1em;
    font-weight:300;
    line-height:1.8;
}

@media screen and (max-width:768px){
    .skill{
        padding:40px 30px;
        padding-top:14.3vw;
        margin-top:100px;
    }
    
    .skill-title{
        padding:2.6vw 10px;
        top:-6.5vw;
        font-size:3.4vw;
        line-height:1.2;
    }

    .skill-title .yellow .big{
        font-size:5.2vw;
    }
    
    .skill-txt{
        padding:15px 30px;
        margin-top:30px;
    }
    
    .skill-txt p{
        font-size:16px;
    }
}

@media screen and (max-width:480px){
    .skill{
        padding:30px 25px;
        padding-top:14.3vw;
        margin-top:70px;
    }
    
    .skill-title .yellow .big{
        font-size:5.2vw;
    }
    
    .skill-txt{
        padding:15px 25px;
        margin-top:25px;
    }
    
    .skill-txt p{
        font-size:15px;
    }
}

.feature{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    margin-top:100px;
}

.feature-title{
    position:relative;
    display:block;
    z-index:2;
    width:100%;
}

.feature-title span{
    display:block;
    font-size:30px;
    font-weight:700;
    color:#00693e;
    letter-spacing:0.1em;
    padding:0 50px;
    background-color:#fff;
    width:fit-content;
    line-height:1;
    margin:0 auto;
}

.feature-title::after{
    content:"";
    width:100%;
    height:1px;
    background-color:#00693e;
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    z-index:-1;
}

.feature-wrap{
    margin-top:70px;
}

.a-feature{
    background-color:#eff2ed;
    border-radius:10px;
    padding:35px 45px;
    width:48%;
}

.a-feature-title{
    font-size:24px;
    font-weight:500;
    text-align: center;
    color:#49835b;
    letter-spacing:0.1em;
    line-height:1.67;
}

.a-feature-txt{
    margin-top:30px;
    font-size:18px;
    font-weight:300;
    font-feature-settings: 'palt';
    letter-spacing:0.1em;
    word-break: break-all;
    line-height:1.78;
}

.feature-wrap{
    display:flex;
    gap:50px 4%;
    flex-wrap: wrap;
}

@media screen and (max-width:768px){
    .feature{
        margin-top:70px;
    }
    
    .feature-title span{
        font-size:24px;
        padding:0 30px;
    }
    
    .feature-wrap{
        margin-top:70px;
    }
    
    .a-feature{
        padding:30px;
        width:100%;
    }
    
    .a-feature-title{
        font-size:22px;
    }
    
    .a-feature-txt{
        margin-top:30px;
        font-size:16px;
    }
    
    .feature-wrap{
        display:block;
    }

    .a-feature + .a-feature{
        margin-top:20px;
    }
}

@media screen and (max-width:480px){
    .feature{
        margin-top:50px;
    }
    
    .feature-title span{
        font-size:20px;
        padding:0 20px; 
    }
    
    .feature-wrap{
        margin-top:50px;
    }
    
    .a-feature-title{
        font-size:18px;
    }
    
    .a-feature-txt{
        margin-top:20px;
        font-size:15px;
    }
}

/* recomm */

#recomm{
    background:linear-gradient(to bottom, #00b369, #00794f);
    padding-top:100px;
    padding-bottom:150px;
}

.recomm-content{
    max-width:1080px;
    margin:0 auto;
    width:90%;
}

.recomm-title{
    font-size:30px;
    text-align: center;
    color:#fff;
    letter-spacing:0.1em;
}

.a-recomm{
    width:245px;
}

.a-recomm-img{
    width:240px;
    margin:0 auto;
}

.a-recomm-txt{
    text-align: center;
    font-size:20px;
    color:#fff;
    letter-spacing:0.08em;
    line-height:2;
    margin-top:12px;

}

.a-recomm-txt .yellow{
    color:#fff799;
}

.recomm-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:50px 8%;
    justify-content:center;
    max-width:890px;
    margin:0 auto;
    margin-top:60px;
}

@media screen and (max-width:768px){
    #recomm{
        padding:70px 0;
    }

    .recomm-title{
        font-size:24px;
    }
    
    .a-recomm{
        width:47%;
    }
    
    .a-recomm-img{
        width:100%;
    }
    
    .a-recomm-txt{
        font-size:16px;
        margin-top:10px;
    
    }
    
    .recomm-wrap{
        gap:30px 3%;
        margin-top:50px;
    }
}

@media screen and (max-width:480px){
        #recomm{
            padding:50px 0;
        }
    
        .recomm-title{
            font-size:20px;
        }
        
        .a-recomm{
            width:48%;
        }
        
        .a-recomm-img{
            width:100%;
        }
        
        .a-recomm-txt{
            font-size:15px;
            margin-top:10px;
    
        }

        .a-recomm-txt br{
            display:none;
        }
        
        .recomm-wrap{
            gap:20px 2%;
            margin-top:30px;
        }
}

/* cta */

.cta{
    max-width:1080px;
    width:100%;
    margin:0 auto;
}

.cta-wrap{
    display:block;
    margin:0 auto;
}

.cta-wrap .a-cta{
    display:block;
    margin:0 auto;
    text-align: center;
}

#cta04 .cta-wrap{
    display:flex;
    justify-content: space-between;
    width:100%;
}

#cta04 .cta-wrap .a-cta{
    width:46%;
    text-align: center;
}

.cta-wrap .a-btn{
    display:block;
    text-align: center;
    color:#fff;
    border:3px solid #fff;
    border-radius:100px;
    font-size:30px;
    letter-spacing:0.1em;
    line-height:1;
    padding:20px 0;
    box-sizing: border-box;
    position:relative;
    z-index:3;
    box-sizing: border-box;
}

.cta-wrap .a-cta .btn-box{
    position:relative;
    max-width:500px;
    margin:0 auto;
    width:100%;
}

.cta-wrap .a-cta .btn-box::before{
    content:"";
    width:100%;
    height:100%;
    background:#000;
    filter: blur(10px);
    mix-blend-mode: multiply;
    position:absolute;
    top:3px;
    left:3px;
    z-index:0;
    border-radius:100px;
    opacity:0.3;
}

.cta-wrap .a-btn span{
    font-size:36px;
    color:#fff;
}

.cta-wrap .cta-line span{
    padding-right:3px;
}

.cta-contact{
    background:linear-gradient(130deg, #009944 25% ,#b5e400 50% ,#009944 100%);
    transition:0.3s; 
    background-size: 200% 100%;
}

.cta-line{
    background:linear-gradient(130deg, #ff6287 0% 10% ,#f09900 30% 50%,#ffc86b 70%,#ff6287 100%);
    transition:0.3s; 
    background-size: 200% 100%;
}

.cta-contact:hover{
    background-position:right;
}

.cta-line:hover{
    background-position:right;
}


.a-cta .cta-top{
   color:#fff;
   font-size:18px;
   letter-spacing:0.1em; 
   line-height:1;
   margin-bottom:10px;
}

@media screen and (max-width:1300px){
    .cta-wrap .a-btn{
        border:0.2vw solid #fff;
        font-size:2.3vw;
        padding:1.5vw 0;
    }
    
    .cta-wrap .a-btn span{
        font-size:2.8vw;
    }
    
    .cta-wrap .cta-line span{
        padding-right:0.2vw;
    }
    
    .a-cta .cta-top{
       font-size:1.4vw;
       margin-bottom:10px;
    }
}

@media screen and (max-width:950px){
    #cta04 .cta-wrap{
        display:block;
    }
    
    #cta04 .cta-wrap .a-cta,
    .cta-wrap .a-cta{
        display:block;
        width:100%;
        max-width:450px;
        text-align: center;
        margin:0 auto;
    }
    
    .cta-wrap .a-btn{
        border:3px solid #fff;
        font-size:24px;
        box-shadow: 3px 3px 10px rgba(51,51,51,0.2);
        padding:20px 0;
        max-width:500px;
        margin:0 auto;
    }

    .cta-wrap .a-cta .btn-box{
        width:85%;
    }
    
    .cta-wrap .a-btn span{
        font-size:28px;
    }
    
    .cta-wrap .cta-line span{
        padding-right:3px;
    }
    
    .a-cta .cta-top{
       font-size:16px;
       margin-bottom:10px;
    }

    #cta04 .a-cta + .a-cta{
        margin-top:20px;
    }
}

@media screen and (max-width:480px){

    .cta-wrap .a-btn{
        font-size:20px;
        padding:15px 0;
    }

    .cta-wrap .a-cta .btn-box{
        width:90%;
    }
    
    .cta-wrap .a-btn span{
        font-size:24px;
    }
    
    .a-cta .cta-top{
       font-size:14px;
       margin-bottom:7px;
    }
}

#recomm .cta{
    margin-top:80px;
}

@media screen and (max-width:950px){
    #recomm .cta{
        margin-top:50px;
    }
}

@media screen and (max-width:480px){
    #recomm .cta{
        margin-top:40px;
    }
}

/* curriculum program */

#program{
    padding-top:150px;
    padding-bottom:135px;
}

.program-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

.program-txt{
    font-size:18px;
    font-weight:300;
    line-height:1;
    margin-top:30px;
    letter-spacing:0.1em;
}

.prog-wrap{
    margin-top:70px;
    align-items: stretch;
    display:flex;
    gap:80px 5%;
    flex-wrap:wrap;

}

.a-prog{
    background-color:#eff2ed;
    border-radius:10px;
    width:30%;
    padding:30px;
    padding-top:35px;
    position:relative;
}

.a-prog-num{
    display:block;
    width:fit-content;
    line-height:1;
    font-size:70px;
    font-weight:300;
    letter-spacing:0.1em;
    color:#49835b;
    position:absolute;
    top:-25px;
    left:50%;
    transform: translateX(-50%);
}

.a-prog-img{
    width:60%;
    margin:0 auto;
}

.a-prog-title{
    text-align: center;
    color:#49835b;
    font-weight:500;
    letter-spacing:0.1em;
    font-size:21px;
    line-height:1.5;
}

.a-prog-title.line01{
    line-height:3;
}

.a-prog-list{
    list-style-position: inside;
    margin-top:17px;
    padding-left: 1em;
}

.a-prog-list li{
    font-size:18px;
    font-weight:300;
    line-height:1.8;
    text-indent: -0.5em; /* 1行目の開始位置を左に詰める */
    padding-left: 1em; /* 全体を右に少し調整 */
    position:relative;
}

.a-prog-list li .small{
    font-size:13px;
}


.a-prog-list li::before {
    content: "▪︎";
    position: absolute;
    left: 0;
    color: inherit; /* テキストの色と統一 */
}

@media screen and (max-width:950px){

    .prog-wrap{
        gap:70px 8%;
    }
    
    .a-prog{
        width:46%;
    }
}

@media screen and (max-width:768px){
    #program{
        padding:70px 0;
    }

    .program-txt{
        font-size:16px;
        margin-top:25px;
    }
    
    .prog-wrap{
        margin-top:50px;
    
    }
    
    .a-prog{
        padding:20px 10px;
        padding-top:30px;
    }
    
    .a-prog-num{
        font-size:60px;
    }
    
    .a-prog-img{
        width:70%;
    }
    
    .a-prog-title{
        font-size:18px;
    }
    
    .a-prog-title.line01{
        line-height:3;
    }
    
    .a-prog-list{
        margin-top:15px;
    }
    
    .a-prog-list li{
        font-size:16px;
    }
}

@media screen and (max-width:480px){
    #program{
        padding:50px 0;
    }

    .program-txt{
        font-size:15px;
        margin-top:20px;
        line-height:1.6;
    }
    
    .prog-wrap{
        margin-top:40px;
        gap:30px 2%;
    
    }
    
    .a-prog{
        width:49%;
        padding:30px 10px;
        padding-top:30px;
    }
    
    .a-prog-num{
        font-size:40px;
        top:-15px;
    }
    
    .a-prog-img{
        width:80%;
    }
    
    .a-prog-title{
        font-size:16px;
        margin-top:5px;
    }

    .a-prog-title.line01{
        line-height:1.5;
    }

    .a-prog-list li{
        font-size:14px;
    }
}

/* teacher */

#teacher{
    padding:150px 0;
    background-color:#e7f1cf;
}

.teacher-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

.pres-teacher{
    background-color:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    margin-top:50px;
}

.pres-top{
    display:flex;
    gap:2.7%;
}

.pres-img{
    width:26.7%;
}

.pres-right{
    width:70.6%;
}

.a-job{
    font-size:12px;
    font-weight:500;
    letter-spacing:0.1em;
    color:#8fa889;
    line-height:1;
}

.a-teacher-name{
    display:flex;
    align-items: end;
    gap:10px;
    margin-top:7px;
}

.a-teacher-name .a-name{
    color:#4d4d4d;
    font-size:22px;
    font-weight:500;
    letter-spacing:0.1em;
    line-height:1;
}

.a-teacher-name .a-name-en{
    font-size:13px;
    font-weight:300;
    color:#bfbfbf;
    letter-spacing:0.1em;
    line-height:1;
}

.license{
    background-color:#eff2ed;
    width:100%;
    display:flex;
    padding:13px 15px;
    align-items: top;
    margin-top:20px;
    gap:2%;
}

.lisence-right{
    width:8%;
    min-width:55px;
}

.license-left{
    width:90%;
}

.license-title{
    font-size:16px;
    font-weight:500;
    color:#49835b;
    letter-spacing:0.1em;
    line-height:1;
}

.license-content{
    padding-left: 1em;
    font-size:14px;
    letter-spacing:0.1em;
    margin-top:10px;
}

.pres-intro{
    margin-top:20px;
    font-size:16px;
    font-weight:300;
    letter-spacing:0.1em;
    line-height:1.5;
    font-feature-settings:normal;
}

.pres-message{
    background-color:#eff2ed;
    width:100%;
    padding:30px;
    margin-top:30px;
}

.pres-txt-title{
    font-size:16px;
    font-weight:500;
    color:#49835b;
    letter-spacing:0.1em;
    line-height:1;
}

.pres-txt{
    font-size:16px;
    font-weight:300;
    letter-spacing:0.08em;
    font-feature-settings: normal;
    line-height:1.5; 
    margin-top:20px;
}

@media screen and (max-width:768px){
    #teacher{
        padding:70px 0;
    }

    .teacher-content{
        width:100%;
        margin:0 auto;
    }

    .teacher-content h2{
        width:90%;
        margin:0 auto;
    }
    
    .pres-teacher{
        padding:25px;
        width:90%;
        margin:0 auto;
        margin-top:50px;
    }
    
    .pres-top{
        display:block;
    }
    
    .pres-img{
        width:100%;
        margin:0 auto;
    }
    
    .pres-right{
        width:100%;
        margin-top:20px;
    }
    
    .license{
        padding:10px 13px;
        align-items: flex-end;
    }

    .license-title{
        font-size:15px;
    }
    
    .license-content{
        font-size:13px;
        margin-top:7px;
    }
    
    .pres-intro{
        margin-top:15px;
        font-size:15px;
    }

    .pres-txt-title{
        font-size:15px;
    }
    
    .pres-txt{
        font-size:15px;
        margin-top:15px;
    }

    .pres-message{
        padding:25px;
        margin-top:25px;
    }
}
@media screen and (max-width:480px){
    #teacher{
        padding:50px 0;
    }
    
    .pres-teacher{
        padding:20px;
    }
    
    .pres-right{
        margin-top:15px;
    }

    .pres-message{
        padding:20px;
        margin-top:20px;
    }
}

.teacher-wrap{
    margin-top:50px;
    display:flex;
    gap:4.4%;
    align-items: self-start;
}

.teacher-wrap .a-teacher{
    width:31%;
    background-color:#fff;
    padding:35px;
    border-radius:10px;
    position:relative;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.teacher-wrap .a-teacher-head{
    margin-top:20px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(0,0,0,0.4);
}

.teacher-wrap .a-teacher-message{
    margin-top:25px;
}

.teacher-wrap .a-teacher-message p{
    font-size:16px;
    font-weight:300;
    line-height:1.7;
}


@media screen and (max-width:1170px){
    .teacher-wrap .a-teacher-name{
        display: block;
    }

    .teacher-wrap .a-teacher-name .a-name-en{
        margin-top:5px;
    }
}


.a-teacher-message {
    max-height: 240px;
    overflow: hidden;
    transition: 0.3s;
  }
  
  /* チェックが入ったら高さを変更 */
  .a-teacher-toggle:checked ~ .a-teacher-message {
    max-height: 1000px; /* 必要に応じて調整 */
    padding-bottom:30px;
  }

  .a-teacher-toggle:checked ~ .a-teacher-button img {
    transform: rotate(180deg);
  }

  .a-teacher-toggle:checked ~ .a-teacher-button::before {
    height:0;
  }
  
  .a-teacher-toggle {
    display: none;
  }
  
  .a-teacher-button {
    display: block;
    width:100%;
    background-color:#fff;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    position:absolute;
    left:0;
    bottom:0;
    padding:20px 0;
  }

  .a-teacher-button::before{
    content:"";
    width:100%;
    height:15px;
    background:linear-gradient(to bottom, rgba(300,300,300,0.5), #fff);
    position:absolute;
    top:-15px;
    left:0;
  }

  .a-teacher-button img{
    width:50px;
  }

  .teacher-arrow{
    display:none;
  }

  @media screen and (max-width:768px){

    .teacher-wrap{
        width:100%;
        overflow: visible;
    }

    .teacher-wrap .a-teacher{
        width:330px;
        margin:0 15px;
    }

    .a-teacher-button {
        width:330px;
      }
    
      .a-teacher-button::before{
        content:"";
        width:100%;
        height:15px;
        background:linear-gradient(to bottom, rgba(300,300,300,0.5), #fff);
        position:absolute;
        top:-15px;
        left:0;
      }
    
      .a-teacher-button img{
        width:50px;
        margin:0 auto;
      }

      .teacher-wrap .slick-track{
        padding-bottom:10px !important;
      }

      .teachers-list{
        position:relative;
      }

      .teacher-arrow{
        display:flex;
        width:360px; 
        justify-content: space-between;
        margin:0 auto;
        position:absolute;
        top:280px;
        left:50%;
        transform: translateX(-50%);
      }

      .teacher-arrow .slick-prev,
      .teacher-arrow .slick-next{
        width:30px;
        height:30px;
        cursor: pointer;
      }
    
}

@media screen and (max-width:480px){
    .teacher-wrap .a-teacher{
        width:300px;
        margin:0 10px;
    }

    .teacher-wrap .a-teacher-message p{
        font-size:15px;
    }

    .a-teacher-button {
        width:300px;
      }

      .teacher-arrow{
        width:330px;
        top:250px;
      }

      .a-teacher-button img{
        width:40px;
      }  
}
  
/* plan */

#plan{
    background:linear-gradient(to bottom, #00b369, #00794f);
    padding:150px 0;
}

.plan-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

.plan-wrap{
    display:flex;
    gap:7.4%;
    margin-top:50px;
}

.a-plan{
    background-color:#fff;
    border-radius:10px;
    width:46.3%;
    padding:25px;
}

.a-plan-title{
    text-align: center;
    color:#fff;
    border-radius:10px;
    font-size:26px;
    letter-spacing:0.1em;
    line-height:1;
    padding:20px 0;
}

.plan-left .a-plan-title{
    background-color:#fac03d;
}

.plan-right .a-plan-title{
    background-color:#59bded;
}

.a-plan-txt{
    font-size:18px;
    font-weight:300;
    letter-spacing:0.1em;
    font-feature-settings: normal;
    line-height:1.4;
    margin-top:20px;
}

.a-plan-cost{
    text-align: center;
    margin-top:20px;
}

.a-plan-cost .cost-title{
    font-size:22px;
    font-weight:600;
    letter-spacing:0.1em;
    line-height:1;
}

.a-plan-cost .price{
    font-size: 51px;
    font-weight:800;
    color:#f15a24;
    letter-spacing:0.1em;
    line-height:1;
    margin-top:10px;
}

.a-plan-cost .price .small{
    font-size:31px;
    color:#f15a24;
}

.a-plan-flex{
    display:flex;
    margin-top:40px;
}

.a-plan-flex .a-box{
    padding-top:12px;
    padding-bottom:25px;
}

.plan-left .a-plan-flex{
    gap:4%;
}

.plan-right .a-plan-flex{
    gap:3%;
}

.plan-left .a-plan-flex .a-box{
    width:48%;
    text-align: center;
}

.plan-right .a-plan-flex .a-box{
    width:30%;
    text-align: center;
}

.a-plan-flex .a-box.yellow{
    background-color:#fffcd1;
}

.a-plan-flex .a-box.blue{
    background-color:#eef8fd;
}

.a-plan-flex .bottom-title{
    font-size:14px;
    font-weight:500;
    letter-spacing:0.1em;
}

.a-plan-flex .bottom-conts{
    font-size:18px;
    font-weight:500;
    letter-spacing:0.1em;
    margin-top:20px;
}

.a-plan-flex .bottom-conts .red{
    font-size:26px;
    font-weight:800;
    color:#f15a24;
}

.a-plan-flex .bottom-conts .blue{
    font-size:26px;
    font-weight:800;
    color:#0068b7;
}


@media screen and (max-width:895px){

    .plan-wrap{
        gap:4%;
    }
    .a-plan{
        padding:20px;
        width:48%;
    }
}

@media screen and (max-width:768px){
    #plan{
        padding:70px 0;
    }

    .plan-wrap{
        display:block;
    }
    
    .a-plan{
        width:100%;
    }
    
    .a-plan + .a-plan{
        margin-top:20px;
    }

    .a-plan-title{
        font-size:24px;
        padding:15px 0;
    }

    .a-plan-txt{
        font-size:16px;
        margin-top:15px;
    }
    
    .a-plan-cost{
        margin-top:15px;
    }
    
    .a-plan-cost .cost-title{
        font-size:20px;
    }
    
    .a-plan-cost .price{
        font-size: 42px;
    }
    
    .a-plan-cost .price .small{
        font-size:28px;
    }
    
    .a-plan-flex{
        display:flex;
        margin-top:30px;
    }
    
    .a-plan-flex .a-box{
        padding-top:12px;
        padding-bottom:25px;
    }
    
    .a-plan-flex .bottom-title{
        font-size:14px;
    }
    
    .a-plan-flex .bottom-conts{
        font-size:16px;
        margin-top:15px;
    }
    
    .a-plan-flex .bottom-conts .red{
        font-size:24px;
    }
    
    .a-plan-flex .bottom-conts .blue{
        font-size:24px;
    }
}

@media screen and (max-width:480px){
    #plan{
        padding:50px 0;
    }

    .a-plan-title{
        font-size:22px;
    }

    .a-plan-txt{
        font-size:15px;
    }
    
    .a-plan-cost .cost-title{
        font-size:18px;
    }
    
    .a-plan-cost .price{
        font-size: 38px;
    }
    
    .a-plan-cost .price .small{
        font-size:25px;
    }
    
    .a-plan-flex{
        margin-top:25px;
    }
    
    .a-plan-flex .a-box{
        padding-top:12px;
        padding-bottom:20px;
    }
    
    .a-plan-flex .bottom-title{
        font-size:13px;
    }
    
    .a-plan-flex .bottom-conts{
        font-size:15px;
        margin-top:15px;
    }
    
    .a-plan-flex .bottom-conts .red{
        font-size:22px;
    }
    
    .a-plan-flex .bottom-conts .blue{
        font-size:22px;
    }
}

.plan-bottom{
    background-color:#fff;
    border-radius:10px;
    padding:27px 55px;
    margin-top:70px;
}

.plan-bottom-top{
    display:flex;
    gap:15px;
    width:fit-content;
    margin:0 auto;
    align-items: center;
}

.plan-bottom-top .title-left{
    font-size:22px;
    font-weight:300;
    letter-spacing:0.1em;
    color:#f15a24;
    padding:8px 19px;
    border:1px solid #f15a24;
    width:265px;
}

.plan-bottom-top .title-right{
    font-size:22px;
    font-weight:800;
    letter-spacing:0.1em;
    line-height:1;
    width:calc(100% - 265px);
}

.plan-bottom-top .title-right .red{
    color:#f15a24;
}

.plan-bottom-top .title-right .small{
    font-size:22px;
    font-weight:500;
}

.plan-bottom-box{
    background-color:#e7f1cf;
    border-radius:25px;
    padding:23px 43px;
    margin-top:25px;
}

.plan-bottom-box .box-title{
    width:100%;
    text-align: center;
    font-size:21px;
    font-weight:300;
    letter-spacing:0.08em;
    color:#00693e;
    padding-bottom:15px;
    border-bottom:1px solid #00693e;
}

.plan-bottom-box .box-flex{
    display:flex;
    gap:2%;
    margin-top:20px;
}

.plan-bottom-box .box-flex .box-left{
    width:55%;
    padding-left:12px;
}

.plan-bottom-box .box-flex .box-right{
    width:43%;   
    background-color:#fff; 
    padding:20px;
}

.plan-bottom-box .box-flex .box-left ul{
    list-style-type:"・ ";
    list-style-position: inside;
}

.plan-bottom-box .box-flex .box-left ul li{
    font-size:18px;
    font-weight:300;
    line-height:2.1;
    letter-spacing:0.08em;
}

.plan-bottom-box .box-flex .box-right .box-right-title{
    font-size:18px;
    font-weight:500;
    color:#0068b7;
    letter-spacing:0.08em;
}

.plan-bottom-box .box-flex .box-right ul{
    list-style-type:"・ ";
    list-style-position: inside;
    margin-top:18px;
    padding-left:30px;
}

.plan-bottom-box .box-flex .box-right ul li{
    font-size:18px;
    font-weight:300;
    letter-spacing:0.08em;
    line-height:1.89;
}

@media screen and (max-width:850px){
    .plan-bottom-top{
        display:block;
    }
    
    .plan-bottom-top .title-left{
        width:70%;
        text-align: center;
        margin:0 auto;
        font-size:20px;
        padding:7px 15px;
    }

    .plan-bottom-top .title-right{
        width:100%;
        margin-top:10px;
        text-align: center;
    }
}

@media screen and (max-width:768px){
    .plan-bottom{
        padding:25px 30px;
        margin-top:40px;
    }
    

    .plan-bottom-top .title-left{
        font-size:18px;
    }
    
    .plan-bottom-top .title-right{
        font-size:20px;
        line-height:1.3;
    }
    
    .plan-bottom-top .title-right .small{
        font-size:16px;
        font-weight:500;
    }
    
    .plan-bottom-box{
        padding:20px 30px;
        margin-top:20px;
    }

    
    .plan-bottom-box .box-title{
        font-size:18px;
        padding-bottom:13px;
    }
    
    .plan-bottom-box .box-flex{
        display:block;
        margin-top:15px;
    }
    
    .plan-bottom-box .box-flex .box-left{
        width:100%;
    }
    
    .plan-bottom-box .box-flex .box-right{
        width:100%;
        padding:15px;
        margin-top:15px;
    }
    
    .plan-bottom-box .box-flex .box-left ul li{
        font-size:16px;
    }
    
    .plan-bottom-box .box-flex .box-right .box-right-title{
        font-size:16px;
    }
    
    .plan-bottom-box .box-flex .box-right ul{
        margin-top:13px;
        padding-left:20px;
    }
    
    .plan-bottom-box .box-flex .box-right ul li{
        font-size:16px;
    }
}

@media screen and (max-width:480px){
    .plan-bottom{
        padding:20px;
        margin-top:30px;
    }
    

    .plan-bottom-top .title-left{
        font-size:16px;
        padding:5px 0;
    }
    
    .plan-bottom-top .title-right{
        font-size:18px;
        line-height:1.3;
    }
    
    .plan-bottom-top .title-right .small{
        font-size:14px;
        font-weight:500;
    }
    
    .plan-bottom-box{
        padding:20px;
        margin-top:15px;
    }

    
    .plan-bottom-box .box-title{
        font-size:16px;
        padding-bottom:10px;
    }
    
    .plan-bottom-box .box-flex{
        margin-top:13px;
    }

    .plan-bottom-box .box-flex .box-right{
        padding:15px 10px;
        margin-top:10px;
    }
    
    .plan-bottom-box .box-flex .box-left ul li{
        font-size:15px;
        line-height:1.6;
    }
    
    .plan-bottom-box .box-flex .box-right .box-right-title{
        font-size:15px;
        line-height:1.6;
    }
    
    .plan-bottom-box .box-flex .box-right ul{
        margin-top:10px;
        padding-left:15px;
    }
    
    .plan-bottom-box .box-flex .box-right ul li{
        font-size:15px;
        line-height:1.6;
    }
}

#plan .cta{
    margin-top:60px;
}

@media screen and (max-width:768px){
    #plan .cta{
        margin-top:50px;
    }
}

@media screen and (max-width:480px){
    #plan .cta{
        margin-top:40px;
    }
}

/* schedule */

#schedule{
    background-color:#e7f1cf;
    padding-top:150px;
    padding-bottom:120px;
}

.schedule-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

.schedule-wrap{
    display:flex;
    gap:8%;
    margin-top:45px;
}

.a-sche{
    background-color:#fff;
    width:46%;
    border-radius:10px;
    padding:20px;
}

.a-sche .a-class-title{
    font-size:26px;
    text-align: center;
    font-weight:600;
    color:#fff;
    border-radius:10px;
    line-height:1;
    padding:20px 0;
    letter-spacing:0.1em;
}

.a-sche.left .a-class-title{
    background-color:#fac03d;
}

.a-sche.right .a-class-title{
    background-color:#59bded;
}

.a-class-detail{
    margin-top:30px;
}

.a-class-detail .a-dl{
    display:flex;
    align-items: top;
}

.a-class-detail .a-dl + .a-dl{
    margin-bottom:30px;
	margin-top:30px;
}

.a-class-detail .a-dl dt{
    font-size:22px;
    font-weight:600;
    color:#f15a24;
    letter-spacing:0.1em;
    line-height:1;
    min-width:145px;
}

.a-class-detail .a-dl dd{
    font-size:18px;
    font-weight:300;
    letter-spacing:0.1em;
    line-height:1.5;
    text-align: center;
    width:calc(100% - 150px);
}

.sche-button{
    margin-top:50px;
}


.sche-button .btn-top-txt{
    text-align: center;
    font-size:19px;
    color:#00693e;
    letter-spacing:0.1em;
}

.popup-button{
  margin:0 auto;
  width:fit-content;
  margin-top:19px;
}

.sche-button .popup-button{
  display:block;
  background-color:#00693e;
  color:#fff;
  font-feature-settings: 'palt';
  line-height:1;
  letter-spacing:0.1em;
  font-weight:500;
  position:relative;
  font-size:25px;
  border-radius:10px;
  padding:25px 40px;
  font-family:"Noto Sans JP", sans-serif;
  letter-spacing:0.11em;
  box-sizing: border-box;
  border:1px solid #00693e;
  transition:0.3s;
  box-shadow:4px 4px 0 rgba(185,211,189,1);
  cursor: pointer;
}

.sche-button .popup-button::after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:20px;
  transition:0.3s;
}
.sche-button .popup-button:hover{
  background-color:#fff;
  color:#00693e;
}

.sche-button .popup-button:hover::after{
  border-left: 10px solid #00693e;
}

@media screen and (max-width:850px){
    .a-class-detail .a-dl{
        display:block;
        text-align: center;
        width:100%;
    }

    .a-class-detail .a-dl dd{
        text-align: center;
        width:100%;
        margin-top:10px;
    }
}

@media screen and (max-width:768px){
    #schedule{
        padding:70px 0;
    }

    .schedule-wrap{
        gap:4%;
        margin-top:35px;
    }
    
    .a-sche{
        width:48%;
        padding:15px;
    }
    
    .a-sche .a-class-title{
        font-size:20px;
        padding:15px 0;
    }

    .a-class-detail{
        margin-top:25px;
    }
    
    .a-class-detail .a-dl + .a-dl{
        margin-top:20px;
		margin-bottom: 0;
    }
    
    .a-class-detail .a-dl dt{
        font-size:18px;
        min-width:0;
    }
    
    .a-class-detail .a-dl dd{
        font-size:16px;
    }
    
    /* .sche-button{
        margin-top:50px;
    } */
    .sche-button:nth-of-type(2){
        margin-top: 25px;
    }
    
    .sche-button .btn-top-txt{
        font-size:16px;
    }
    
    .sche-button .popup-button{
        font-size:18px;
        padding:15px 20px;
        margin-top:10px;
    }
}

@media screen and (max-width:480px){
    #schedule{
        padding:50px 0;
    }

    .schedule-wrap{
        margin-top:30px;
        display:block;
    }
    
    .a-sche{
        width:100%;
        padding:15px;
    }

    .a-sche + .a-sche{
        margin-top:20px;
    }
    
    .a-sche .a-class-title{
        font-size:18px;
        padding:13px 0;
    }

    .a-class-detail{
        margin-top:20px;
    }
    
    .a-class-detail .a-dl + .a-dl{
        margin-top:15px;
    }
    
    .a-class-detail .a-dl dt{
        font-size:16px;
        min-width:0;
    }
    
    .a-class-detail .a-dl dd{
        font-size:15px;
    }
    
    .sche-button{
        margin-top:50px;
    }
    
    .sche-button .btn-top-txt{
        font-size:15px;
    }
    
    .sche-button .popup-button{
        font-size:18px;
        padding:15px 20px;
        margin-top:7px;
        line-height:1.4;
        text-align: center;
    }
}


/* ポップアップ */
/* チェックボックスを非表示 */
.popup-toggle {
    /* display: none; */
  }
  
  /* ポップアップの背景 */
  .popup {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index:100; */
  }
  
  /* ポップアップの中身 */

  .popup-content{
    width:100%;
  }

  .popup-flex{  
    width:90%;
    max-width:1080px;
    margin:0 auto;
    display:flex;
    gap:7.4%;
    align-self: stretch;
  }

  .popup-flex .a-box{
    background-color:#fff;
    border-radius:16px;
    padding:20px;
  }

  .popup-flex .popup-left,
  .popup-flex .popup-right{
    width:46.3%;
  }

  /* チェックが入ったらポップアップを表示 */
  .popup-toggle:checked ~ .popup {
    opacity: 1;
    visibility: visible;
  }
  
  .popup .a-box .a-title{
    font-size:26px;
    letter-spacing:0.1em;
    font-weight:600;
    display:block;
    width:100%;
    text-align: center;
    padding:20px 0;
    color:#fff;
    border-radius:10px;
  }

  .popup .a-box .a-title.orange{
    background-color:#fac03d;
  }

  .popup .a-box .a-title.blue{
    background-color:#59bded;
  }

  .popup .class-name{
    font-size:22px;
    font-weight:600;
    color:#f15a24;
    letter-spacing:0.1em;
    text-align: center;
    margin-top:25px;
  }
  .class-name.backgrey{
    background: #f2f2f2;
    padding: 7.5px 0;
  }
  .popup .class-name .inline-b{
    color:#f15a24;
  }

  .popup .class-time{
    font-size:16px;
    font-weight:500;
    letter-spacing:0.08em;
    line-height:2.1;
    margin-top:25px;

        /* border: .5px solid #333; */
            max-width: 230px;
        margin-left: auto;
        margin-right: auto;

  }

  .popup .a-box.box03{
    padding-top: 90px;
    padding-bottom: 30px;
    margin-top:40px;
    max-height: 320px;
    height: 100%;
  }

  .popup .a-box.box03 .a-box-title{
    font-size:26px;
    font-weight:600;
    letter-spacing:0.1em;
    line-height:1.6;
    text-align: center;
  }
  .a-box-title .green{
    color: #00B150;
  }

  .popup .a-box.box03 .a-box-txt{
    font-size:19px;
    font-weight:300;
    letter-spacing:0.1em;
    margin-top:20px;
    text-align: center;
  }

  .popup .a-box .a-box-txt{
    font-size:18px;
    font-weight:500;
    letter-spacing:0.1em;
    margin-top:25px;
    text-align: center;
  }
  @media screen and (max-width: 768px){
    .popup .a-box .a-box-txt{
    font-size:16px;
    margin-top: 20px;
}
  }
.cts{
    display: flex;
    /* border-bottom: .5px solid #333; */
}
@media screen and (max-width: 900px){
    .cts{
        font-size:14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 899px){
    .cts{
        font-size:12px;
    }
}
.cts:last-of-type{
    border-bottom: none;
}
.cts .date{
    width: 100%;
    text-align: left;
    padding: 0 5px 0 15px;
}
@media screen and (max-width: 900px){
    .cts .date{
        min-width: 100px;
    }
}
@media screen and (max-width: 768px){
    .cts .date{
        min-width: 130px;
    }
}
@media screen and (max-width: 500px){
    .cts .date{
        min-width: 100px;
    }
}
.cts .time{
    text-align: center;
    width: 100%;
    padding: 0 5px;
}
.class-name .time{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
}
@media screen and (max-width: 400px){
    .class-name .time{
        font-size: 16px;
        margin-left: 10px;
    }
}
.class-time-title-box01 {
	padding-right: 0px;
	font-weight: 600;
	color: #fac03d;
    display: block;
    min-width: 75px;
    /* border-right: .5px solid #333; */
    text-align: right;
    padding-right: 5px;
}
.class-time-title-box02 {
	padding-right: 0px;
	font-weight: 600;
	color: #59bded;
    display: block;
    min-width: 80px;
    /* border-right: .5px solid #333; */
    text-align: right;
    padding-right: 5px;
    /* border-bottom: .5px solid #333; */
}
@media screen and (max-width: 900px){
    .class-time-title-box02 {
        min-width: 75px;
    }
}
.box02 .class-time{
    max-width: 300px;
    /* border-top: .5px solid #333;
    border-left: .5px solid #333;
    border-bottom: .5px solid #333; */
    /* border-right: .5px solid #333e; */
}
.box02 .cts{
    /* border-bottom: none; */
}
.box02 .cts:last-of-type .class-time-title-box02{
    /* border-bottom: none; */
}
.box02 .date{
    width: 150px;
    /* border-right: .5px solid #333; */
    /* border-bottom: .5px solid #333; */
}
.personal.cts .date, .exam.cts .date{
    border-right: none;
    text-align: left;
    width: 100%;
    border-right: none;
    border-top: none;
}

.prev.cts .date{
    /* border-bottom: none; */
}
.prev.cts .class-time-title-box02, .prev.cts .date{
    /* border-bottom: none; */
}
.personal.cts{
    /* border-top: .5px solid #333; */
}
.exam.cts{
    /* border-top: .5px solid #333; */
}
.exam.cts .class-time-title-box02{
    /* border-top: none; */
}
.exam.cts .date{
    /* border-bottom: none; */
    /* border-top: none; */
}

  /* 閉じるボタン */
  .popup-close{
    cursor: pointer;
    font-size:25px;
    font-weight:300;
    letter-spacing:0.1em;
    color:#fff;
    padding:30px 0;
    width:100%;
    text-align: center;
    display:block;
    background-color:#00693e;
    box-shadow:4px 4px 0 #b9d3bd;
    margin-top:40px;
    border-radius:9px;
  }

  @media screen and (max-width:768px){
  .popup-flex{  
    display:block;
  }

  .popup-flex .popup-left,
  .popup-flex .popup-right{
    width:90%;
    margin:0 auto;
  }

  .popup-flex .popup-right{
    margin-top:40px;
  }

  .popup .a-box .a-title{
    font-size:22px;
    padding:15px 0;
  }

  .popup .class-name{
    font-size:18px;
    margin-top:25px;
  }

  .popup .class-time{
    font-size:16px;
    line-height:1.7;
    margin-top:20px;
  }

  .popup .a-box.box03{
    padding-top:25px;
    padding-bottom:25px;
    margin-top:40px;
  }

  .popup .a-box.box03 .a-box-title{
    font-size:22px;
  }

  .popup .a-box.box03 .a-box-txt{
    font-size:16px;
    margin-top:20px;
  }

  /* 閉じるボタン */
  .popup-close{
    font-size:24px;
    padding:20px 0;
    margin-top:30px;
  }
  }

  @media screen and (max-width:480px){

    .popup-flex .popup-left,
    .popup-flex .popup-right{
      width:100%;
    }
  
    .popup-flex .popup-right{
      margin-top:30px;
    }
  
    .popup .a-box .a-title{
      font-size:18px;
      padding:13px 0;
    }
  
    .popup .class-name{
      font-size:16px;
      margin-top:20px;
    }
  
    .popup .class-time{
      font-size:15px;
      margin-top:15px;
    }
  
    .popup .a-box.box03{
      padding-top:20px;
      padding-bottom:20px;
      margin-top:30px;
    }
  
    .popup .a-box.box03 .a-box-title{
      font-size:18px;
    }
  
    .popup .a-box.box03 .a-box-txt{
      font-size:15px;
      margin-top:15px;
    }
  
    /* 閉じるボタン */
    .popup-close{
      font-size:20px;
      padding:15px 0;
      margin-top:20px;
    }
    }
  
/* graduation */

#grad{
    padding:150px 0;
}

.grad-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

.grad-txt{
    margin-top:50px;
}

.grad-txt p{
    font-size:18px;
    font-weight:300;
    letter-spacing:0.1em;
    line-height:2.2;
}

.grad-txt p .small{
    font-size:14px;
}

.grad-img{
    margin-top:60px;
}

.grad-img img{
    min-width:678px;
    overflow: auto; /* スクロールできるようになればスクロールバー出現 */
}

.js-scrollable{
    scrollbar-width: none !important; /* Firefox 用 */
    -ms-overflow-style: none !important; /* IE, Edge 用 */
}

.js-scrollable::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari 用 */
}

@media screen and (max-width:768px){
    #grad{
        padding:70px 0;
    }
    
    .grad-txt{
        margin-top:40px;
    }
    
    .grad-txt p{
        font-size:16px;
        line-height:1.8;
    }
    
    .grad-txt p .small{
        font-size:13px;
    }
    
    .grad-img{
        margin-top:50px;
    }
}

@media screen and (max-width:480px){
    #grad{
        padding:50px 0;
    }
    
    .grad-txt{
        margin-top:30px;
    }
    
    .grad-txt p{
        font-size:15px;
        line-height:1.8;
    }
    
    .grad-txt p .small{
        font-size:12px;
    }
    
    .grad-img{
        margin-top:30px;
    }
}


/* seminar */

#seminar{
    background-color:#e7f1cf;
    padding:80px 0;
    overflow: hidden;
}

.seminar-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    position:relative;
    z-index:3;
}

.seminar-content::before{
    content:"";
    width:255px;
    height:348px;
    background-image:url(img/seminer.png);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    right:-9%;
    top:-12%;
    z-index:0;
}

.seminar-content h3{
    font-size:30px;
    letter-spacing:0.1em;
    font-weight:800;
    color:#00693e;
    text-align: center;    
    position:relative;
    z-index:3;
    line-height:1.4;
}

.seminar-content h3 span{
    color:#00693e;
}

.seminar-txt{
    margin-top:25px;
    position:relative;
    z-index:3;
}

.seminar-txt p{
    text-align: center;
    font-size:18px;
    font-weight:300;
    letter-spacing:0.1em;
    line-height:2.2;
}

#seminar .cta{
    margin-top:40px;
    position:relative;
    z-index:5;
}

#seminar .cta .a-cta .cta-top{
    color:#333333;
}

@media screen and (max-width:950px){
    .seminar-content::before{
        content:"";
        width:27vw;
        height:36.6vw;
        right:auto;
        left:calc(100% - 27vw + 20px);
        top:calc(100% - 36.6vw + 80px);
    }
}

@media screen and (max-width:768px){
    #seminar{
        padding:50px 0;
    }

    .seminar-content h3{
        font-size:24px;
    }

    .seminar-txt{
        margin-top:25px;
        position:relative;
        z-index:3;
    }
    
    .seminar-txt p{
        font-size:16px;
        line-height:1.8;
        text-align: left;
    }

    #seminar .cta .a-cta .cta-top{
        width:85%;
    }

    .seminar-content::before{
        content:"";
        width:27vw;
        height:36.6vw;
        right:auto;
        left:calc(100% - 27vw + 30px);
        top:calc(100% - 36.6vw + 50px);
    }
}

@media screen and (max-width:480px){
    #seminar{
        padding:40px 0;
    }

    .seminar-content h3{
        font-size:18px;
    }

    .seminar-txt{
        margin-top:20px;
    }
    
    .seminar-txt p{
        font-size:15px;
        line-height:1.6;
    }

    #seminar .cta{
        margin-top:30px;
    }
    
    #seminar .cta .a-cta,
    #seminar .cta .a-cta a{
        margin:0 auto;
    }

    #seminar .cta .a-cta + .a-cta{
        margin-top:20px;
    }
    
    #seminar .cta .a-cta .cta-top{
        width:100%;
    }

    .seminar-content::before{
        width:0;
    }
}
/* news */

#news{
    padding:140px 0;
}

.news-content{
    width:90%;
    margin-left:auto;
}

.news-wrap{
    position:relative;
}

.news-slide{
    display:flex;
    margin-top:55px;
}

.no-news{
    font-size:18px;
    color:#00693e;
    letter-spacing:0.08em;
}

.news-slide .a-news{
    width:270px;
    margin:0 15px;
}

.news-slide .a-news-bottom{
    margin-top:13px;
}

.news-slide .a-news-date{
    font-size:14px;
    font-weight:300;
    letter-spacing:0.1em;
    color:#8fa889;
}

.news-slide .a-news-title{
    font-size:18px;
    letter-spacing:0.1em;
    font-weight:300;
    line-height:1.4;
    margin-top:5px;
}

#news .slide-arrow{
    position:absolute;
    width:95px;
    top:-65px;
    right:5%;
    display:flex;
    justify-content: space-between;
    z-index:30;
}

.slick-disabled {
    pointer-events: auto !important;
}


#news .slide-arrow .news-slick-prev,
#news .slide-arrow .news-slick-next{
    width:40px;
    height:40px;
    background-color:#00693e;
    cursor: pointer;
    display:block !important;
    opacity: 1 !important;
    border:none;
    position:relative;
    transition:0.3s;
}

#news .slide-arrow .news-slick-prev::after,
#news .slide-arrow .news-slick-next::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 17px solid #fff;
    border-left: 0;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%); 
    transition:0.3s;
}

#news .slide-arrow .news-slick-next::after{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #fff;
    border-right: 0;
}

#news .slide-arrow .news-slick-prev:hover,
#news .slide-arrow .news-slick-next:hover{
    background-color:#eff2ed;
}

#news .slide-arrow .news-slick-prev:hover::after{
    border-right: 17px solid #00693e;
}

#news .slide-arrow .news-slick-next:hover::after{
    border-left: 17px solid #00693e;
}

@media screen and (max-width:768px){
    #news{
        padding:70px 0;
    }

    .news-slide{
        margin-top:40px;
    }
    
    #news .slide-arrow{
        scale:0.9;
        transform-origin: top right;
    } 

    .no-news{
        font-size:16px;
    }
}

@media screen and (max-width:480px){
    #news{
        padding:50px 0;
    }

    .news-slide{
        margin-top:40px;
    }
    
    .news-slide .a-news{
        width:250px;
        margin:0 10px;
    }
    
    .news-slide .a-news-bottom{
        margin-top:13px;
    }
    
    .news-slide .a-news-date{
        font-size:12px;
    }
    
    .news-slide .a-news-title{
        font-size:16px;
        margin-top:3px;
    }
    
    #news .slide-arrow{
        scale:0.8;
    }


    .no-news{
        font-size:15px;
    }
}

/* faq */

#faq{
    background:linear-gradient(to bottom, #00b369, #00794f);
    padding-top:140px;
    padding-bottom:150px;
}

.faq-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
}

.faq-wrap{
    margin-top:55px;
}
.faq-wrap .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;}
  
    .cp_actab + .cp_actab{
        margin-top:20px;
    }

    .faq-wrap .cp_actab input {
    position: absolute;
    opacity: 0; }
  
  /* 質問 */
  .faq-wrap .cp_actab label {
    text-align: left;
    line-height: 1.2;
    position: relative;
    display: block;
    cursor: pointer;
    background: #fff;
    font-size:18px;
    padding:23px 20px;
    border-radius:15px;
    padding-left:60px;
    letter-spacing:0.1em;
}
    .faq-wrap .cp_actab label::before {
    font-family: "Josefin Sans", sans-serif;
    font-weight:900;
    font-size: 32px;
    content: 'Q';
    color: #8fa889; 
    margin-right:15px;
    position:absolute;
    left:19px;
    top:19px;
}
  
  /* 答え */
  .faq-wrap .cp_actab .cp_actab-content {
    text-align: left;
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    border-radius: 0 0 0.5em 0.5em;
    transition: .3s;
    padding:0 30px;
}


  
  .faq-wrap .cp_actab .cp_actab-content::before {
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    position: absolute;
    content: 'A';
    color: #fac03d;
    margin-right:15px;
    top:27px;
    font-weight:900;
}
  
    .faq-wrap .cp_actab .cp_actab-content p {
        border-top: 1px solid rgba(26,26,26,0.5);
        font-size:15px;
        line-height:2.1;
        padding:25px 0;
        padding-left:40px;
        letter-spacing:0.1em;
}

.faq-wrap .cp_actab .cp_actab-content p a{
    transition:0.3s;
}


.faq-wrap .cp_actab .cp_actab-content p a:hover{
    color:#00693e;
}
  
  /* 質問を開いた時の仕様 */
  /* --答えの高さ */
  .faq-wrap .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40rem;
    background-color: #fff;
    transition: .5s;
    border-radius:0 0 15px 15px;
}

  
  /* 質問をクリックした時のアイコンの動き */
  .faq-wrap .cp_actab input:checked ~ label {
    border-radius: 15px 15px 0 0;
}

  /* 質問をクリックした時の+の動き */
  .faq-wrap .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(45deg);
    transform: translateY(-50%) rotateZ(45deg);
}

@media screen and (max-width:768px){
    #faq{
        padding:70px 0;
    }
    
    .faq-wrap{
        margin-top:50px;
    }

        .cp_actab + .cp_actab{
            margin-top:15px;
        }
    
      /* 質問 */
      .faq-wrap .cp_actab label {
        font-size:16px;
        padding:18px 15px;
        padding-left:45px;
    }
        .faq-wrap .cp_actab label::before {
        font-size: 26px;
        margin-right:15px;
        left:15px;
        top:15px;
    }
      
      /* 答え */
      .faq-wrap .cp_actab .cp_actab-content {
        padding:0 25px;
    }
      
      .faq-wrap .cp_actab .cp_actab-content::before {
        font-size: 26px;
    }
      
        .faq-wrap .cp_actab .cp_actab-content p {
            padding:20px 0;
            padding-left:30px;
    }
}

@media screen and (max-width:480px){
    #faq{
        padding:50px 0;
    }
    
    .faq-wrap{
        margin-top:40px;
    }

        .cp_actab + .cp_actab{
            margin-top:13px;
        }
    
      /* 質問 */
      .faq-wrap .cp_actab label {
        font-size:15px;
    }
        .faq-wrap .cp_actab label::before {
        font-size: 24px;
        top:16px;
    }
      
      /* 答え */
      .faq-wrap .cp_actab .cp_actab-content {
        padding:0 20px;
    }
      
      .faq-wrap .cp_actab .cp_actab-content::before {
        font-size: 24px;
        top:20px;
    }
      
    .faq-wrap .cp_actab .cp_actab-content p {
        padding:18px 0;
        padding-left:25px;
        line-height:1.8;
    }
}


/* footer */

#cta04.cta .a-cta .cta-top{
    color:#333333; 
}

#cta04{
    padding-top:140px;
    padding-bottom:55px;
}


@media screen and (max-width:768px){
    #cta04{
        padding-top:70px;
        padding-bottom:50px;
    }
}

@media screen and (max-width:480px){
    #cta04{
        padding-top:50px;
        padding-bottom:30px;
    }
}

/* footer */

footer{
    background-image:url(img/footer-back.jpg);
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top:75px;
}

.footer-logo{
    max-width:114px;
    margin:0 auto;
}

.footer-nav{
    display:flex;
    margin:0 auto;
    width:fit-content;
    margin-top:55px;
    padding-bottom:95px;
}

.footer-nav-flex{
    display:flex;
}

.footer-nav a{
    display:block;
    padding:0 20px;
    font-size:16px;
    letter-spacing:0.1em;
}

.footer-nav a + a,
.footer-nav-flex + .footer-nav-flex{
    border-left:1px solid #333;
}

.copyright{
    width:100%;
    background-color:#00693e;
}

.copyright p{
    color:#fff;
    text-align: center;
    font-size:12px;
    line-height:1;
    font-weight:300;
    letter-spacing:0.1em;
    padding:15px 0;
}

@media screen and (max-width:768px){
    footer{
        padding-top:50px;
    }
    
    .footer-logo{
        max-width:90px;
    }
    
    .footer-nav{
        margin-top:40px;
        padding-bottom:70px;
        display:block;
    }

    .footer-nav-flex + .footer-nav-flex{
        border:none;
        margin-top:10px;
    }

    .footer-nav-flex{
        width:fit-content;
        margin:0 auto;
    }
    
    .footer-nav a{
        padding:0 15px;
        font-size:15px;
    }
}

@media screen and (max-width:480px){
    footer{
        padding-top:30px;
    }
    
    .footer-logo{
        max-width:70px;
    }
    
    .footer-nav{
        margin-top:40px;
        padding-bottom:70px;
    }
    
    .footer-nav a{
        padding:0 10px;
        font-size:14px;
    }

    .copyright p{
        font-size:11px;
        padding:13px 0;
    }
    
}

@media screen and (max-width:768px){
/* float banner */
.float-banner{
    display:block;
    bottom:-2px;
    left:0;
    position:fixed;
    z-index:80;
    transition: opacity 0.3s ease;
    opacity:1;
    max-width: 704px !important;
    width: 100% !important;
}

.float-banner a{
    display:block;
    width:100%;
}
}

/* single-post */

#single-post{
    background-color:#e7f1cf;
}

.single-post-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    background-color:#fff;
    padding:130px;
    padding-top:230px;
    padding-bottom:95px;
}

#single-post .post-title{
    margin-top:70px;
}

#single-post .post-title p{
    font-size:32px;
    text-align: center;
    font-feature-settings: normal;
}

#single-post .post-head{
    padding-bottom:30px;
    border-bottom:1px solid #333;
}

#single-post .post-img{
    width:100%;
}

#single-post .post-img img{
    width:100%;
    height:auto;
}


#single-post .post-body{
    padding-top:20px;
}

#single-post .post-date p{
    font-size:20px; 
    color:#8fa889;
}

#single-post .post-txt{
    margin-top:40px;
}

#single-post .post-txt{
    font-size:18px;
    font-weight:300;
    line-height:1.75;
    letter-spacing:0.1em;
}

#single-post .post-txt img{
    margin:30px 0;
}


#single-post .post-txt a{
    color:#00693e;
    transition:0.3s;
}

#single-post .post-txt a:hover{
    color:#8fa889;
}


#single-post .post-bottom{
    margin-top:55px;
}

#single-post .post-bottom a{
    display:block;
    width:fit-content;
    font-size:22px;
    color:#fff;
    padding:18px 80px;
    border-radius:100px;
    background: linear-gradient(to right, #00b369 0% 25%, #00794f  50%,  #00b369 100%);
    background-size: 200% 100%;
    background-position: left;
    letter-spacing:0.2em;
    margin:0 auto;
    transition: background-position 0.3s ease-in-out;
}

#single-post .post-bottom a:hover {
    background-position:right;
}


#single-post .cta-wrap{
    display:block;
    margin-top:195px;
}

#single-post .cta-wrap .a-cta{
    width:100%;
}

#single-post .cta-wrap .a-btn{
    max-width:500px;
    margin:0 auto;
}

#single-post .a-cta .cta-top{
   color:#333;
}

#single-post .a-cta + .a-cta{
    margin-top:60px;
}

.all-content.single footer{
    background-image:none;
    background-color:#e7f1cf;
    padding-top:0;
}

.all-content.single footer .footer-content{
    max-width:1080px;
    width:90%;
    margin:0 auto;
    background-color:#fff;
}

@media screen and (max-width:1220px){
    .single-post-content{
        padding:10.6vw;
        padding-top:150px;
        padding-bottom:70px;
    }
}

@media screen and (max-width:768px){

    .single-post-content{
        padding:50px;
        padding-top:150px;
        padding-bottom:70px;
    }
    
    #single-post .post-title{
        margin-top:50px;
    }
    
    #single-post .post-title p{
        font-size:26px;
    }
    
    #single-post .post-head{
        padding-bottom:25px;
    }
    
    #single-post .post-date p{
        font-size:18px; 
    }
    
    #single-post .post-txt{
        margin-top:30px;
    }
    
    #single-post .post-txt{
        font-size:16px;
    }

    #single-post .post-txt img{
        margin:20px 0;
    }
    
    #single-post .post-bottom{
        margin-top:40px;
    }
    
    #single-post .post-bottom a{
        font-size:18px;
        padding:15px 60px;
    }
    
    
    #single-post .cta-wrap{
        margin-top:130px;
    }

    #single-post .a-cta + .a-cta{
        margin-top:40px;
    }
}

@media screen and (max-width:600px){

    #single-post .cta-wrap .btn-box{
        width:100%;
    }

    #single-post .a-cta .cta-top{
        font-size:14px;
     }
}

@media screen and (max-width:480px){

    #single-post .post-title{
        margin-top:30px;
    }
    
    #single-post .post-title p{
        font-size:18px;
        text-align: left;
    }
    
    #single-post .post-head{
        padding-bottom:15px;
    }

    #single-post .post-body{
        padding-top:15px;
    }

    #single-post .post-date p{
        font-size:15px; 
    }
    
    #single-post .post-txt{
        margin-top:20px;
    }
    
    #single-post .post-txt{
        font-size:15px;
        line-height:1.6;
    }

    #single-post .post-txt img{
        margin:10px 0;
    }
    
    #single-post .post-bottom{
        margin-top:30px;
    }
    
    #single-post .post-bottom a{
        font-size:16px;
        padding:12px 40px;
    }

    .single-post-content{
        padding:25px;
        padding-top:120px;
        padding-bottom:50px;
    }

    #single-post .cta-wrap{
        margin-top:70px;
    }

    #single-post .a-cta .cta-top{
        font-size:12px;
     }

     #single-post .a-cta + .a-cta{
        margin-top:20px;
    }
}
