*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    color: #1f1f1f;
}

.invisible{
    display: none !important;
}
.mb01{
    margin-bottom: 100px!important;
}
.mt5{
    margin-top:5px!important;
}
.mt80{
    margin-top:80px!important;
}
.w90{
    width:90%;
    margin:0 auto;
}

.wrapper{
    margin-inline: auto;
    overflow-x: hidden;
    position: relative;
}
@media screen and (max-width: 768px) {
    .wrapper{
        max-width: 750px;
    }
}
img{
    display: block;
    width: 100%;
    object-fit: contain;
}
img+img{
    margin-top: -5px;
}
.po_r{
    position:relative;
}
.po_a{
    position:absolute;
}
/*レスポンシブ*/
.pc {
    display: block;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ヘッダー */
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 5;
}
header .header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: calc(1120 / 1920 * 100vw);
    padding: 10px 0;
}
header .header_inner .logo{
    width: calc(135 / 1920 * 100vw);
}
header .cta {
    width: calc(240 / 1920 * 100vw);
}
@media (max-width: 768px) {
    header .header_inner{
        width: 90%;
        padding: 10px 0;
    }
    header .header_inner .logo{
        width: calc(180 / 768 * 100vw);
    }
    header .cta {
        width: calc(350 / 768 * 100vw);
    }
}
/* ヘッダー */

.mv{
   /*  margin-top: calc(90 / 1920 * 100vw);*/
    margin-bottom: calc(40 / 1920 * 100vw);
}
@media screen and (min-width: 768px){
    .mv{
 margin-top: calc(90 / 1920 * 100vw);
}
}
.cta_btn{
    width: calc(530 / 1920 * 100vw);
    margin: 20px auto 0;
}
@media (max-width: 768px) {
    .mv{
        margin-bottom: calc(40 / 768 * 100vw);
    }
    .cta_btn{
        width: 98%;
        margin: 20px auto;
    }
}

.change{
    background-image: url('../img/change_bg_pc.jpg');
    background-size: cover;
    background-position: top center;
    padding: 80px 0 10px;
}
.change .ttl{
    width: calc(820 / 1920 * 100vw);
    margin-inline: auto;
}
.change .ctatxt{
    width: calc(400 / 1920 * 100vw);
    margin-inline: auto;
}
/* flex */
.change_box {
    width: calc(1120 / 1920 * 100vw);
    margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.change_box_item {
	width:  calc(97%/3);
	margin: 15px;
    filter: drop-shadow(10px 10px 10px #ebecb6);
}
@media (max-width: 768px) {
    .change{
        background-image: url('../img/change_bg.jpg');
        padding: 80px 0 20px;
    }
    .change .ttl{
        width: 70%;
        margin-inline: auto;
    }
    .change .ctatxt{
        width: 90%;
        margin-inline: auto;
    }
}
/* スライダー */
.content_slider_wrapper{
    width: 90%;
    margin: 20px auto;
}
.content_slider .slick-prev,
.content_slider .slick-next{
    width: 50px;
    height: 50px;
    z-index: 2;
    
}
.content_slider .slick-prev{
    left: 10px;
}
.content_slider .slick-next{
    right: 10px;
}
.content_slider .slick-prev:before,
.content_slider .slick-next:before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    opacity: 1;
}
.content_slider .slick-prev:before{
    background-image: url('../img/arrow_l.png');
}
.content_slider .slick-next:before{
    background-image: url('../img/arrow_r.png');
}
.content_slider .slick-dots{
    bottom: 15px;
}
.content_slider .slick-dots li button:before{
    font-size: 10px;
    color: #2c98d6;
}
.content_slider .slick-dots li.slick-active button:before{
    color: #2c98d6;
}
@media screen and (max-width:768px){
    .content_slider .slick-prev:before,
    .content_slider .slick-next:before{
        width: 70%;
        height: 70%;
    }
    .content_slider .slick-next{
        right: -4%;
    }
    .content_slider .slick-prev {
        left: 0;
    }
    
    .content_slider .slick-dots {
        bottom: 0%;
    }
}
/* スライダー */

/* カリキュラム */
.curriculum{
    background-image: url('../img/curriculum_bg.jpg');
    background-position: top center;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.curriculum .ttl {
    width: calc(1120 / 1920 * 100vw);
    margin-left: calc(530 / 1920 * 100vw);
    margin-bottom: 40px;
}
.content_curriculum{
    width: calc(920 / 1920 * 100vw);
    margin: 0 auto 20px;
}
.content_curriculum table{
    width: calc(920 / 1920 * 100vw);
    border-collapse: collapse;
}
.content_curriculum table th{
    text-align: center;
    background-color: #2c98d6;
    color: #fff;
    padding: 8px 0;
    border-right: 1px solid #fff;
}
.content_curriculum table th:nth-child(1),
.content_curriculum table th:nth-child(3){
    width: 7%;
}
.content_curriculum table th:nth-child(2),
.content_curriculum table th:nth-child(4){
    width: 30%;
}
.content_curriculum table th:nth-child(5){
    width: 26%;
    border-right: none;
}
.content_curriculum table td{
    padding: 4px 7px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #fff;
}
.content_curriculum table td.center{
    text-align: center;
}
.content_curriculum table td.num{
    background-color: #2c98d6;
    font-weight: bold;
    color: #fff;
}
.content_curriculum table .col td{
    background-color: #e6f6ff;
}
.content_curriculum table .hide{
    display: none;
}
.curriculum .txt {
    width: calc(840 / 1920 * 100vw);
    margin: 40px auto 0;
}
.camp_bnr {
    width: calc(720 / 1920 * 100vw);
    margin: 0 auto 40px;
}
@media screen and (max-width:768px){
    .curriculum{
        background-image: url('../img/curriculum_bg.jpg');
    }
    .content_curriculum{
        width: 90%;
        overflow-x: scroll;
    }
    .content_curriculum table{
        width: 960px;
    }
}
/* カリキュラム */
.point_video{
    bottom: 15%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc(350 / 1920 * 100vw);
}
@media screen and (max-width:768px){
    .point_video{
        width: 79%;
        height: 49vw;
        bottom: 23%;
    }
}
.point_video .content_slider .slick-prev{
    left: -30px;
}
.point_video .content_slider .slick-next{
    right: -30px;
}
.point_video .content_slider .slick-dots {
    bottom: -30px;
}

@media screen and (max-width:768px){
    .point_video .content_slider .slick-next{
        right: -10%;
    }
    .point_video .content_slider .slick-prev {
        left: -6%;
    }
    .point_video .content_slider .slick-dots {
        bottom: -16%;
    }
}
.voice_after{
    background-color: #EAF7FD;
    padding: 30px 5%;
    margin-top: -10px;
}

.scroll_txt{
    text-align: center;
    margin-bottom: 5%;
}
.comparison{
    background-color: #FFFFE7;
    padding: 0px 5% 40px;
}

/* 比較表 */
.content_comparison{
    width: calc(920 / 1920 * 100vw);
    margin: 0 auto;
    padding-bottom: 10px;
}
.content_comparison table{
    width: calc(920 / 1920 * 100vw);
    border-collapse: collapse;
}
.content_comparison table th,
.content_comparison table td{
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}
.content_comparison table th{
    background-color: #878787;
    color: #fff;
    padding: 10px;
    width: 13%;
}
.content_comparison table td{
    width: 29%;
    padding: 10px;
    border: 1px solid #dcdcdc;
}
.content_comparison table .name{
    background-color: #dcdcdc;
    border: none;
    border-right: 1px dotted #fff;
}
.content_comparison table td.gma{
    font-weight: bold;
    border-right: 7px solid #fc2a4b;
    border-left: 7px solid #fc2a4b;
}
.content_comparison table tr:last-child .gma{
    border-bottom: 10px solid #fc2a4b;
}
.content_comparison table .name.gma{
    background-color: #fc2a4b;
    color: #fff;
    font-size: 20px;
    border-top: 30px solid #fc2a4b;
    padding-top: 0;
}
.content_comparison table .name.gma span{
    position: relative;
    top: -10px;
}
.content_comparison table td .red{
    color: #fc2a4b;
    font-weight: bold;
}

@media screen and (max-width:768px){
    .content_comparison{
        width: 100%;
        overflow-x: scroll;
    }
    .content_comparison table{
        width: 750px;
    }
}
/* 比較表 */


/* FAQ */
.content_faq{
    width: calc(920 / 1920 * 100vw);
    margin: 20px auto 40px;
    font-size: 20px;
    line-height: 2.0;
}
.faq-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.q_contects{
    margin-bottom: 40px;
    padding-bottom:40px;
    border-bottom:2px #cdcdcd solid;
}
.faq-icon {
    width: 40px;
    height: 40px;
    margin-right: 27px;
}
.faq-question {
    font-weight: bold;
}
.faq-answer {
    color: #333;
}
.more_btn{
    display: block;
    text-align: center;
}
.more_btn span{
    background-color: #2c98d6;
    color: #fff;
    border-radius: 100px;
    padding: 5px 30px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.content_faq dt{
    padding: 10px;
    font-size: 18px;
}
.content_faq dd{
    padding: 10px;
}
.content_faq .hide{
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.content_faq .hide.active{
    height: auto;
    opacity: 1;
}

@media (max-width: 600px) {
    .content_faq{
        width: 90%;
        font-size:3.5vw;
    }
    .faq-item {
        margin-bottom: 10px;
    }
    .q_contects {
        margin-bottom: 5%;
        padding-bottom: 4%;
    }

    .faq-icon {
        margin-right: 10px;
        margin-bottom: 5px;
        width:10%;
        height:10%;
    }
}


/* FAQ */

.content_contact{
    background: #eaf7fd;
    padding:60px 0 40px;
}
.content_contact .ttl {
    width: calc(650 / 1920 * 100vw);
    margin: 0 auto;
}
.contact_inner{
    width: calc(720 / 1920 * 100vw);
    margin: 40px auto;
}
@media screen and (max-width: 768px) {
    .contact_inner {
        width: 90%;
    }
}

/* NEWS */
.news{
    background: #eaf7fd;
    padding:120px 0 40px;
}
.news .ttl {
    margin: 0 auto;
    width: 45%;
    max-width: 250px;
}
.news_inner{
    width: 70%;
    max-width: 850px;
    margin: 40px auto;
    background: #fff;
    padding: 30px 50px;
    border-radius: 10px;
}
.news_contents{
    display: flex;
    margin: 30px 0px;
}
@media screen and (max-width: 768px) {
    .news_inner {
        width: 90%;
    }
    .news_inner{
        padding: 15px 25px;
    }
}

/*-----------------------footer-----------------------*/
footer{
    background: #3e3e3e;
    padding: 5% 4% 6%;
    color: #fff;
    font-size: 0.9em;
    line-height: 2em;
    text-align: center;
}
footer .content3 {
    text-align: center;   
    align-items: center;
    justify-content: center;
    width: 65%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 0.2fr); /* 2列に設定 */
    gap: 5px; /* 要素間の間隔 */
}
footer a{
    color: #fff;
    text-decoration: none;
    text-align: center;
}
@media screen and (max-width: 768px) {
    footer{
        padding: 8% 4% 10%;
    }
    footer .content3 {
        grid-template-columns: 1fr; /* 1列に切り替え */
    }
}
/*-----------------------terms-----------------------*/
.terms {
    background: #eeeeee;
}
.terms h2 {
    font-weight: bold;
    text-align: center !important;
    font-size: 1.8rem;
    margin-bottom: 2%;
}
.terms h3 {
    font-size: 1.2rem;
    margin-bottom: 1%;
}
.terms .content2 {
    padding-top: 145px;
    padding-bottom: 50px;
    text-align: justify;
}
.terms ol {
    padding-left: 20px;
    list-style-type:decimal;
}
.terms ul {
    padding-left: 20px;
    list-style: disc;
}

.terms li.none {
    list-style: none !important;
}

.terms footer .content3 {
    padding-top: 1%;
    padding-bottom: 1%;
}

/*-----------------------legal-----------------------*/
.legal {
    background: #eeeeee;
}
.legal h2 {
    font-weight: bold;
    text-align: center !important;
    font-size: 1.8rem;
    margin-bottom: 2%;
}
.legal h3 {
    font-size: 1.2rem;
    margin-bottom: 1%;
}
.content2{
    width: calc(920 / 1920 * 100vw);
    margin: 0 auto 5%;
}
.legal .content2 {
    padding-top: 145px;
    padding-bottom: 50px;
    text-align: justify;
}
.legal ol {
    padding-left: 20px;
    list-style-type:decimal;
}
.legal ul {
    padding-left: 20px;
    list-style: disc;
}

.legal li.none {
    list-style: none !important;
}

.legal footer .content3 {
    padding-top: 1%;
    padding-bottom: 1%;
}
@media screen and (max-width: 768px) {
    .content2 {
        width: 90%;
    }
}


.style01{
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .style01{
        margin: 0 0 10px 0;
    }
}


.curriculum_ex table{
    border-collapse: collapse;
    width: 89%;
    margin: 0px auto 39px auto;
}

.curriculum_ex th{
    background-color: #6b6b6b;
    color: white;
    font-weight: normal;
    text-align: center;
    padding: 2%;
    border: 1px solid #d1d1d1;
}
.curriculum_ex td{
    text-align: center;
    padding: 2%;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    background-color:#fff;
}
.curriculum_ex td:first-of-type{
    background-color: rgb(233, 233, 233);
}
.ex_fi{
    width: 30%;
}
.cta_ex{
    position: absolute;
    top: 89%;
    width: 38%;
    left: 32%;
}

.cta_ex_area{
    position:relative;
}

@media screen and (max-width: 768px) {
    .cta_ex {
        position:absolute;
        top:84%;
            width: 95%;
        left: 2%;
    }
}

.st02{
    padding-bottom: 72px;
}
.st03{
    padding-top: 20px;
    margin-bottom: 50px;
}


.curriculum{
    background-image: url('../img/curriculum_bg.jpg');
    background-position: top center;
    padding-bottom: 50px;
}
.content_curriculum{
    width: 90%;
    overflow-x: scroll;
    margin: 0 auto;
    margin-top:3%;
}
.content_curriculum table{
    width: 820px;
    border-collapse: collapse;
    margin: 0 auto;
}
.content_curriculum table th{
    text-align: center;
    background-color: #2c98d6;
    color: #fff;
    padding: 8px 0;
    border-right: 1px solid #fff;
}
.content_curriculum table th:nth-child(1),
.content_curriculum table th:nth-child(3){
    width: 4%;
}
.content_curriculum table th:nth-child(2),
.content_curriculum table th:nth-child(4){
    width: 18%;
}
.content_curriculum table th:nth-child(5){
    width: 26%;
    border-right: none;
}
.content_curriculum table td{
    padding: 2px 7px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    background-color: #fff;
}
.content_curriculum table td.center{
    text-align: center;
}
.content_curriculum table td.num{
    background-color: #2c98d6;
    font-weight: bold;
    color: #fff;
    width: 4%;
}
.content_curriculum table td.num02{
    background-color: #89d2f5;
    font-weight: bold;
    color: #fff;
    width: 2%;
}
.content_curriculum table .col td{
    background-color: #e6f6ff;
}
.content_curriculum table .hide{
    display: none;
}
.c_gr{
    background-color: #2c98d6 !important;
}
.c_lg{
    background-color: #9ad9ff !important;
}
.c_r{
    background-color: #54b0e5 !important;
}
.c_lr{
    background-color: #cfeeff !important;
}
.c_ly{
    background-color: #e9f8ff !important;
}
.c_y{
    background-color: #6bbeed !important;
}
.c_n{
    background-color: #fff !important;
}

.sc_lead{
    
    text-align:center;
    font-size: 14px;
    }

@media screen and (min-width: 768px){
.curriculum_ex table {
    max-width: 40%;
}
.content_curriculum{
    overflow: hidden;
}
.content_curriculum{
    margin-top: 0;
}
}

a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}