/* MV */
.mv{
    padding: 130px 0 120px;
    background-size: cover;
}
.mv h1{
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: 1px;
}
.mv h1 .min{
    color: #fff;
    font-size: 24px;
    display: block;
    font-family: century-gothic, sans-serif;
}

/* Course_top～proのmv */
.Course_top.mv{
    background-image: url('../img/Course-mvbg_pc.jpg');
}
.course_study .mv{
    background-image: url('../img/CourseStudy-mvbg_pc.jpg');
}
.course_useful .mv{
    background-image: url('../img/CourseUseful-mvbg_pc.jpg');
}
.course_alluseful .mv{
    background-image: url('../img/CourseAlluseful-mvbg_pc.jpg');
}
.course_pro .mv{
    background-image: url('../img/CoursePro-mvbg_pc.jpg');
}
@media screen and (max-width: 767px){
    .mv{
        padding: 100px 0;
    }
    .mv h1{
        font-size: 40px;
    }
    .mv h1 .min{
        font-size: 14px;
    }
    .Course_top.mv{
        background-image: url('../img/Course-mvbg_sp.jpg');
    }
    .course_study .mv{
        background-image: url('../img/CourseStudy-mvbg_sp.jpg');
    }
    .course_useful .mv{
        background-image: url('../img/CourseUseful-mvbg_sp.jpg');
    }
    .course_alluseful .mv{
        background-image: url('../img/CourseAlluseful-mvbg_sp.jpg');
    }
    .course_pro .mv{
        background-image: url('../img/CoursePro-mvbg_sp.jpg');
    }
}
/* MV */

/* PRICE */
.pricing{
    background-color: #f5f5f5;
    padding: 100px 0;
}
.pricing .lead,
.pricing-study .lead,
.pricing-useful .lead,
.pricing-alluseful .lead,
.pricing-pro .lead{
    font-weight: bold;
    font-size: 24px;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 2;
}
.pricing .table_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0.5%;
}
.pricing .table_wrapper table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.pricing .table_wrapper table th{
    background-color: #222;
    color: #fff;
    padding: 25px 0;
}
.pricing .table_wrapper table td{
    background-color: #fff;
}
.pricing .table_wrapper table td.blank{
    background: none;
}
.pricing .table_wrapper table .red{
    color: #EB4646;
}
.pricing .table_wrapper table tr.thead_sub td{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.pricing .table_wrapper table tr.thead_sub td::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}
.pricing .table_wrapper table tr.thead_sub td:nth-child(1){
    width: 16%;
}
.pricing .table_wrapper table tr.thead_sub .use01,
.pricing .table_wrapper table tr.thead_sub .pro03,
.pricing .table_wrapper table tr.thead_sub .all02{
    width: 28%;
}
.pricing .table_wrapper table tr.thead_sub .use01:before{
    background-color: #828282;
}
.pricing .table_wrapper table tr.thead_sub .all02:before{
    background-color: #2a99d8;
}
.pricing .table_wrapper table tr.thead_sub .pro03:before{
    background-color: #0d6da3;
}
.pricing .table_wrapper table tr.thead_ttl td{
    font-size: 24px;
    padding: 10px 0;
}
.pricing .table_wrapper table tr.thead_ttl .use01 h3{
    color: #828282;
}
.pricing .table_wrapper table tr.thead_ttl .all02 h3{
    color: #2a99d8;
}
.pricing .table_wrapper table tr.thead_ttl .pro03 h3{
    color: #0d6da3;
}
.pricing .table_wrapper table tr.thead_link td{
    padding: 10px 0 30px;
}
.pricing .table_wrapper table tr.thead_link td a{
    padding: 8px 30px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.pricing .table_wrapper table tr.thead_link td a img{
    margin-left: 15px;
}
.pricing .table_wrapper table tr.thead_link .use01 a{
    background-color: #828282;
}
.pricing .table_wrapper table tr.thead_link .all02 a{
    background-color: #2a99d8;
}
.pricing .table_wrapper table tr.thead_link .pro03 a{
    background-color: #0d6da3;
}
.pricing .fsS , .pricing-study .fsS, 
.pricing-useful .fsS, .pricing-alluseful .fsS,
.pricing-pro .fsS{
    text-align: right;
    font-size: 11px;
}
.pricing .s-gray ,.pricing-study .s-gray, 
.pricing-useful .s-gray, .pricing-alluseful .s-gray,
.pricing-pro .s-gray{
    color: #828282;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (min-width: 768px){
    .pricing .table_wrapper table tr.thead_link td a{
        transition: all 0.3s;
        display: inline-block;
    }
    .pricing .table_wrapper table tr.thead_link td a:hover{
        transform: scale(1.1);
        opacity: 0.8;
    }
}
@media screen and (max-width: 767px){
    h2.ttl {
        font-size: 30px;
    }
    .pricing{
        padding: 80px 0;
    }
    .pricing .lead,
    .pricing-study .lead, 
    .pricing-useful .lead
    .pricing-pro .lead{
        font-size: 16px;
    }
    .pricing .table_wrapper{
        overflow-x: scroll;
    }
    .pricing .table_wrapper table{
        width: 750px;
    }
    .pricing .table_wrapper table tr.thead_sub td:nth-child(1){
        width: 14%;
    }
    .pricing .table_wrapper table tr.thead_sub td{
        font-size: 12px;
    }
    .pricing .table_wrapper table tr.thead_ttl td h3{
        font-size: 18px;
    }
    .pricing .table_wrapper table th,
    .pricing .table_wrapper table td{
        font-size: 14px;
    }
}
/* PRICE */


/* PRICE-study */
.pricing-study{
    padding: 100px 0;
}
.pricing-study .table_wrapper{
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0.5%;
}
.pricing-study .table_wrapper table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.pricing-study .table_wrapper table th{
    background-color: #222;
    color: #fff;
    padding: 25px 0;
}
.pricing-study .table_wrapper table td{
    background-color: #f5f5f5;
}
.pricing-study .table_wrapper table td.blank{
    background: none;
}
.pricing-study .table_wrapper table .red{
    color: #EB4646;
}
.pricing-study .table_wrapper table tr.thead_sub td{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.pricing-study .table_wrapper table tr.thead_sub td::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}
.pricing-study .table_wrapper table tr.thead_sub td:nth-child(1){
    width: 16%;
}
.pricing-study .table_wrapper table tr.thead_sub .use01,
.pricing-study .table_wrapper table tr.thead_sub .pro03,
.pricing-study .table_wrapper table tr.thead_sub .all02{
    width: 28%;
}
.pricing-study .table_wrapper table tr.thead_sub .stu04:before{
    background-color: #bcbcbc;
}
.pricing-study .table_wrapper table tr.thead_ttl td{
    font-size: 24px;
    padding: 10px 0;
}
.pricing-study .table_wrapper table tr.thead_ttl .stu04 h3{
    color: #828282;
}
.pricing-study .table_wrapper table tr.thead_link td{
    padding: 10px 0 30px;
}
.pricing-study .table_wrapper table tr.thead_link td a{
    padding: 8px 30px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.pricing-study .table_wrapper table tr.thead_link td a img{
    margin-left: 15px;
}
.pricing-study .table_wrapper table tr.thead_link .stu04 a{
    background-color: #bcbcbc;
}
.pricing-study .ttlM{
    font-size: 0.8em;
    color: #828282;
}
@media screen and (min-width: 768px){
    .pricing-study .table_wrapper table tr.thead_link td a{
        transition: all 0.3s;
        display: inline-block;
    }
    .pricing-study .table_wrapper table tr.thead_link td a:hover{
        transform: scale(1.1);
        opacity: 0.8;
    }
}
@media screen and (max-width: 767px){
    .pricing-study{
        padding: 80px 0;
    }
    .pricing-study .table_wrapper{
        width: 90%;
    }
    .pricing-study .table_wrapper table{
        width: 100%;
        margin-inline: auto;
    }
    .pricing-study .table_wrapper table tr.thead_sub td:nth-child(1){
        width: 14%;
    }
    .pricing-study .table_wrapper table tr.thead_sub td{
        font-size: 12px;
    }
    .pricing-study .table_wrapper table tr.thead_ttl td h3{
        font-size: 18px;
    }
    .pricing-study .table_wrapper table th{
        width: 24%;
    }
    .pricing-study .table_wrapper table th,
    .pricing-study .table_wrapper table td{
        font-size: 14px;
    }
}
/* PRICE-study */


/* CURRICULUM */
.curriculum{
    padding: 0 0 100px;
}
.curriculum .lead,
.all02ow .lead,
.instructor .lead,
.support .lead{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}
.curriculum .curriculum_img{
    width: 90%;
    max-width: 1000px;
    display: block;
    margin: 30px auto;
}
.curriculum .curriculum_flow{
    width: 90%;
    max-width: 1000px;
    margin: 80px auto 30px;
    display: flex;
    gap: 5%;
    align-items: stretch;
}
.curriculum .curriculum_flow .arrow .first-half,
.curriculum .curriculum_flow .arrow .second-half,
.curriculum .curriculum_flow .arrow .third-half,
.detail.curriculum .curriculum_flow .arrow .third-half{
    background: linear-gradient(to bottom, #0d6da3 0%, #2a99d8 100%);
    position: relative;
    overflow: visible;
    padding: 140px 10px 0;
}
.curriculum .curriculum_flow .arrow .first-half{
    height: 57.5%;
}
.curriculum .curriculum_flow .arrow .second-half{
    height: 38.5%;
}
.curriculum .curriculum_flow .arrow .first-half::after,
.curriculum .curriculum_flow .arrow .second-half::after,
.curriculum .curriculum_flow .arrow .third-half::after,
.detail.curriculum .curriculum_flow .arrow .third-half::after{
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 15px solid #2a99d8;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 1;
}
.curriculum .curriculum_flow .arrow .first-half p,
.curriculum .curriculum_flow .arrow .second-half p,
.curriculum .curriculum_flow .arrow .third-half p,
.detail.curriculum .curriculum_flow .arrow .third-half p{
    font-weight: bold;
    writing-mode: vertical-rl;
    font-size: 30px;
    letter-spacing: 5px;
    color: #fff;
}
.curriculum .curriculum_flow .method{
    padding: 0;
}
.curriculum .curriculum_flow .method .block{
    margin: 0 0 50px;
    width: 100%;
    padding: 0;
    display: block;
    border-radius: 0;
    border: none;
    padding-bottom: 50px;
    border-bottom: 1px solid #f5f5f5;
}
.curriculum .curriculum_flow .method .block:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.curriculum .curriculum_flow .method .block .ttl{
    width: 100%;
}
.curriculum .curriculum_flow .method .block .ttl h3{
    line-height: 1;
    margin-bottom: 40px;
    font-size: 30px;
}
.method .block .content h4 {
    border-left: 6px solid #2a99d8;
    padding-left: 15px;
    font-size: 24px;
    margin-bottom: 25px;
}
.method .block .content h4.sec {
    margin-top: 50px;
}
.method .block .content ul.topic {
    list-style: none;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 2;
}
.method .block .content p {
    font-size: 16px;
    line-height: 2;
}
.method .block .content .capture_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.method .block .content .capture_flex>div{
    width: 30%;
    text-align: center;
}
.method .block .content .capture_flex>div img{
    display: block;
    width: 100%;
}
.method .block .content .capture_flex p{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.method .block .content .meet_flex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 30px;
    flex-wrap: wrap;
}
.method .block .content .meet_flex .flex_child{
    background-color: #f5f5f5;
    width: 47%;
}
.method .block .content .meet_flex .flex_child.txt{
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 10px;
}
.method .block .content .meet_flex .flex_child.img{
    border-radius: 0 0 20px 20px;
    padding: 20px;
    text-align: center;
}
.method .block .content .meet_flex .flex_child h5{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.method .block .content .meet_flex .flex_child ul{
    list-style-position: outside;
    padding-left: 20px;
    line-height: 1.8;
}
.method .block .content .meet_flex .flex_child ul li{
    text-indent: 0;
    font-weight: normal;
    font-size: 16px;
}
.method .block .content .meet_flex .flex_child ul li::marker{
    font-weight: normal;
    font-size: 10px;
}
.method .block .content .strategy_img{
    display: block;
    width: 100%;
    margin-top: 50px;
}

.method .block .content .meet_flex_box{
    padding: 4% 6%;
    background: #f4f4f4;
    margin: 4% 0;
    display: flex;
    gap: 4%;
    border-radius: 20px;
}
.method .block .content .meet_flex_box img{
    width: 27%;
}
@media screen and (max-width: 767px){
    .method{
        padding: 80px 0;
    }
    .method .block{
        padding: 50px 30px 40px;
        display: block;
    }
    .method .block .ttl,
    .method .block .content{
        width: 100%;
    }
    .method .block .ttl h3{
        font-size: 24px;
        line-height: 2;
    }
    .method .block .ttl .tag span{
        font-size: 14px;
    }
    .method .block .content{
        margin-top: 35px;
    }
    .method .block .content h4{
        font-size: 18px;
    }
    .curriculum .curriculum_flow .arrow .first-half,
    .curriculum .curriculum_flow .arrow .second-half,
    .curriculum .curriculum_flow .arrow .third-half,
    .detail.curriculum .curriculum_flow .arrow .third-half{
        padding: 140px 7px 0;
    }
    .curriculum .curriculum_flow .arrow .first-half p,
    .curriculum .curriculum_flow .arrow .second-half p,
    .curriculum .curriculum_flow .arrow .third-half p,
    .detail.curriculum .curriculum_flow .arrow .third-half p {
        font-size: 17px;
    }
    .method .block .content .capture_flex,
    .method .block .content .meet_flex{
        flex-wrap: wrap;
        gap: 0;
    }
    .method .block .content .capture_flex>div{
        width: 100%;
        margin-bottom: 20px;
    }
    .method .block .content .capture_flex>div:last-child{
        margin-bottom: 0;
    }
    .method .block .content .meet_flex .flex_child.txt{
        width: 100%;
        padding: 20px 20px 30px;
        border-radius: 20px;
    }
    .method .block .content .meet_flex .flex_child.txt+.txt{
        margin-top: 20px;
    }
    .curriculum .curriculum_flow .method .block .ttl h3{
        font-size: 26px;
        line-height: 1.5;
    }
    .method .block .content .meet_flex .flex_child ul li{
        font-size: 14px;
    }
    .method .block .content .meet_flex .flex_child.img{
        display: none !important;
    }
    .method .block .content .meet_flex .flex_child.txt img{
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    .method .block .content .strategy_img{
        margin-top: 20px;
    }
    .method .block .content .meet_flex_box{
        display: block;
        padding: 10%;
    }
    .method .block .content .meet_flex_box img{
        width: 100%;
        margin-top: 10%;
    }
    .curriculum .curriculum_flow .arrow .first-half {
        height: 63.5%;
    }
    .curriculum .curriculum_flow .arrow .second-half {
        height: 35%;
    }
}
/* CURRICULUM */

/* TIME TABLE */
section.timetable{
    background: #f5f5f5;
    padding: 110px 0;
}
section.timetable p.txt{
    text-align: center;
    margin: 2%;
    line-height: 2;
}
.curriculum_table_wrapper {
    max-width: 1100px;
    width: 90%;
    margin: 40px auto;
    padding: 40px 20px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.curriculum_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px 0;
    table-layout: fixed;
}
.curriculum_table thead th {
    background-color: #ffffff;
    border-top: 11px solid #3498db;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px 10px 0 0;
}
.curriculum_table tbody td {
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
}

.curriculum_table .col_set {
    background: transparent;
    border: none;
}
.curriculum_table .cell_set {
    background-color: #aaaaaa;
    color: #ffffff;
    font-weight: bold;
    width: 15%;
}
.curriculum_table .col_time { width: 12%; }
.curriculum_table .cell_time {
    font-weight: bold;
}
.curriculum_table .col_item { width: 28%; }
.curriculum_table .cell_item {
    font-weight: bold;
}
.curriculum_table .col_content { width: 45%; }
.curriculum_table .cell_content {
    text-align: center; /* 画像通り中央揃え */
}
.curriculum_table tbody tr td {
    border-bottom: 2px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
    .curriculum_table_wrapper {
        width: 100%;
        padding: 10px 5%; /* ご指定のpadding */
        box-sizing: border-box;
    }
    .table_scroll_box {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .curriculum_table {
        width: 750px;
        table-layout: auto;
    }
    
    /* スクロールバーを見やすくするための微調整（必要に応じて） */
    .curriculum_table_wrapper::-webkit-scrollbar {
        height: 6px;
    }
    .curriculum_table_wrapper::-webkit-scrollbar-thumb {
        background: #cccccc;
        border-radius: 3px;
    }
}
/* TIME TABLE */

/* Support_system */
p.txt{
   font-size: 16px; 
}

section.Support_system{
    padding: 110px 0 70px;
}
section.Support_system p.txt{
    text-align: center;
    margin: 2% auto;
    line-height: 2;
}
.graybox_flex{
    display: flex;
    justify-content: center;
    gap: 3%;
    max-width: 1000px;
    width: 90%;
    margin: 4% auto;
}
.graybox_flex .gray-inbox{
    padding: 5%;
    background: #f5f5f5;
    border-radius: 20px;
    width: 48%;
}
.graybox_flex .gray-inbox h4{
    text-align: center;
    color: #2a99d8;
    font-size: 1.3em;
    margin-bottom: 5%;
}
.graybox_flex .gray-inbox p{
    line-height: 1.5;
    margin-bottom: 5%;
}
.graybox_flex .gray-inbox img{
    width: 100%;
}
.graybox_flex .gray-inbox img.quetxt{
    width: 85%;
}
@media screen and (max-width: 767px) {
    .graybox_flex{
        display: block;
        margin: 5% auto;
    }
    .graybox_flex .gray-inbox{
        width: 100%;
        margin-bottom: 4%;
        padding: 10% 8%;
    }
    .graybox_flex .gray-inbox p{
        font-size: 14px;
    }
    p.txt{
        font-size: 14px; 
    }
    .graybox_flex .gray-inbox img.quetxt{
        width: 100%;
    }
}
/* Support_system */

/* option */
section.option{
    padding: 0 0 80px;
}
section.option p.txt{
    text-align: center;
    margin: 2% auto;
   line-height: 2;
}
@media screen and (max-width: 767px){
    section.option{
        padding: 0 0 50px;
    }
}
/* option */

/* cashback */
section.reskilling-cashback .cashback-box img{
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 80%;
}
@media screen and (max-width: 767px){
    section.reskilling-cashback .cashback-box img{
        width: 86%;
    }
}
/* cashback */

/* reskilling_btnarea */
.reskilling_btnarea {
    background-color: #2993d5;
    padding: 1.8% 1% 1%;
    border-radius: 0 0 20px 20px;
    margin: 4% auto 0;

}
.reskilling_btnarea img{
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
    display: block;
}
@media screen and (max-width: 767px){
    .reskilling_btnarea {
        padding: 10% 0 8%;
    }
}
/* reskilling_btnarea */


/* .course_study */
.study_curriculum_flow .arrow .first-half{
    height: 95.5% !important;
}

/*--------------------------------- USEFUL -------------------------------------*/
.pricing-useful{
    padding: 100px 0;
}
.pricing-useful .table_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0.5%;
}
.pricing-useful .table_wrapper table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.pricing-useful .table_wrapper table th{
    background-color: #222;
    color: #fff;
    padding: 25px 0;
}
.pricing-useful .table_wrapper table td{
    background-color: #f5f5f5;
}
.pricing-useful .table_wrapper table td.blank{
    background: none;
}
.pricing-useful .table_wrapper table .red{
    color: #EB4646;
}
.pricing-useful .table_wrapper table tr.thead_sub td{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.pricing-useful .table_wrapper table tr.thead_sub td::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}
.pricing-useful .table_wrapper table tr.thead_sub td:nth-child(1){
    width: 16%;
}
.pricing-useful .table_wrapper table tr.thead_sub .use01,
.pricing-useful .table_wrapper table tr.thead_sub .pro03,
.pricing-useful .table_wrapper table tr.thead_sub .all02{
    width: 28%;
}
.pricing-useful .table_wrapper table tr.thead_sub .stu04:before{
    background-color: #828282;
}
.pricing-useful .table_wrapper table tr.thead_ttl td{
    font-size: 24px;
    padding: 10px 0;
}
.pricing-useful .table_wrapper table tr.thead_ttl .stu04 h3{
    color: #828282;
}
.pricing-useful .table_wrapper table tr.thead_link td{
    padding: 10px 0 30px;
}
.pricing-useful .table_wrapper table tr.thead_link td a{
    padding: 8px 30px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.pricing-useful .table_wrapper table tr.thead_link td a img{
    margin-left: 15px;
}
.pricing-useful .table_wrapper table tr.thead_link .stu04 a{
    background-color: #bcbcbc;
}
.pricing-useful .ttlM{
    font-size: 0.8em;
    color: #828282;
}
.capture_img{
    margin-top: 4%;
}
.capture_img img{
    width: 100%;
}
.course_useful .curriculum .curriculum_flow .arrow .third-half{
    height: 97.5%;
}

.course_useful .graybox_flex02{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    justify-content: center;
    gap: 3%;
    max-width: 1000px;
    width: 90%;
    margin: 4% auto;
}
.graybox_flex02 .gray-inbox{
    padding: 5%;
    background: #f5f5f5;
    border-radius: 20px;
    width: 31%;
    padding: 5% 0 0;
    display: flex;
    flex-direction: column;
}
.graybox_flex02 .gray-inbox h4{
    text-align: center;
    color: #2a99d8;
    font-size: 1.3em;
    margin-bottom: 5%;
}
.graybox_flex02 .gray-inbox p{
    line-height: 1.5;
    margin-bottom: 5%;
}
.graybox_flex02 .gray-inbox img{
    width: 100%;
}
.graybox_flex02 .gray-inbox img.quetxt{
    width: 85%;
}
.course_useful .graybox_flex02 .gray-inbox img{
    margin-bottom: 5%;
}
.course_useful .graybox_flex02 .gray-inbox p{
    font-size: 14px;
    text-align: center;
}
.gray-top{
    padding: 0 7%;
    flex-grow: 1;
}
.gpoint{
    background: #2993d5;
    padding: 4% 0 3%;
    border-radius: 0 0 20px 20px;
}
.gpoint p{
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
@media screen and (max-width: 767px) {
    .course_useful .graybox_flex02{
        display: block;
        margin: 5% auto;
    }
    .graybox_flex02 .gray-inbox{
        width: 100%;
        margin-bottom: 4%;
        padding: 10% 0 0;
    }
    .graybox_flex02 .gray-inbox p{
        font-size: 14px;
    }
    .course_useful section.Support_system{
        padding: 0 0 70px;
    }
}

@media screen and (min-width: 768px){
    .pricing-useful .table_wrapper table tr.thead_link td a{
        transition: all 0.3s;
        display: inline-block;
    }
    .pricing-useful .table_wrapper table tr.thead_link td a:hover{
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px){
    .pricing-useful{
        padding: 80px 0;
    }
    .pricing-useful .table_wrapper table{
        width: 100%;
        margin-inline: auto;
    }
    .pricing-useful .table_wrapper table tr.thead_sub td:nth-child(1){
        width: 14%;
    }
    .pricing-useful .table_wrapper table tr.thead_sub td{
        font-size: 12px;
    }
    .pricing-useful .table_wrapper table tr.thead_ttl td h3{
        font-size: 18px;
    }
    .pricing-useful .table_wrapper table th{
        width: 24%;
    }
    .pricing-useful .table_wrapper table th,
    .pricing-v .table_wrapper table td{
        font-size: 14px;
    }
}
/* PRICE-useful */

.course_useful section.option,
.course_alluseful section.option{
   padding: 0;
}

/* cashback-exam */
section.cashback-exam{
    padding: 110px 0 0;
}
div.cashback-pop img{
    margin: 0 auto 5%;
    display: block;
}

section.cashback-exam .block{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 60px 0 0;
    margin: 3% auto 10%;
    width: 90%;
    max-width: 1200px;
}

section.cashback-exam .block .ttl h3{
    font-size: 30px;
    text-align: center;
    max-width: 4% 0;
    display: block;
}
div.course-tag{
    display: flex;
    gap: 1%;
    justify-content: center;
    margin: 2% 0;
}
div.course-tag p{
    width: 15%;
    padding: 0.5%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}
div.course-tag p.useful{
    background: #838383;
}
div.course-tag p.alluseful{
    background: #2a99d8;
}
div.course-tag p.pro{
    background: #0d6da3;
}
.example-img img{
    width: 90%;
    margin: 3% auto;
    display: block;
}
div.total-price img{
    margin: 3% auto 0;
    width: 70%;
    display: block;
}

@media screen and (max-width: 767px){
    section.cashback-exam{
        padding: 70px 0 0;
    }
    section.cashback-exam .block .ttl h3{
        font-size: 25px;
    }
    section.support-service p.txt {
        text-align: center;
        margin: 5% 0 10%;
        font-size: 14px;
    }
    div.service-point{
        display: block;
    }
    div.service-point .servicebox{
        margin-bottom: 5%;
        padding: 10% 8%;
        font-size: 14px;
    }
    section.support-service img{
        margin: 10% auto 0;
    }
    div.cashback-pop img{
        width: 90%;
        margin: 0 auto 15%;
    }
    div.course-tag p{
        width: 50%;
    }
    .example-img img{
        margin: 10% auto;
    }
    div.total-price img{
        width: 90%;
        margin: 3% auto 15%;
    }
}
/* cashback-exam */


/*--------------------------------- USEFUL -------------------------------------*/




/*--------------------------------- ALLUSEFUL -------------------------------------*/
/* PRICE-alluseful */
.pricing-alluseful{
    padding: 100px 0;
}
.pricing-alluseful .table_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0.5%;
}
.pricing-alluseful .table_wrapper table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.pricing-alluseful .table_wrapper table th{
    background-color: #222;
    color: #fff;
    padding: 25px 0;
}
.pricing-alluseful .table_wrapper table td{
    background-color: #f5f5f5;
}
.pricing-alluseful .table_wrapper table td.blank{
    background: none;
}
.pricing-alluseful .table_wrapper table .red{
    color: #EB4646;
}
.pricing-alluseful .table_wrapper table tr.thead_sub td{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.pricing-alluseful .table_wrapper table tr.thead_sub td::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}
.pricing-alluseful .table_wrapper table tr.thead_sub td:nth-child(1){
    width: 16%;
}
.pricing-alluseful .table_wrapper table tr.thead_sub .use01,
.pricing-alluseful .table_wrapper table tr.thead_sub .pro03,
.pricing-alluseful .table_wrapper table tr.thead_sub .all02{
    width: 28%;
}
.pricing-alluseful .table_wrapper table tr.thead_sub .stu04:before{
    background-color: #2993d5;
}
.pricing-alluseful .table_wrapper table tr.thead_ttl td{
    font-size: 24px;
    padding: 10px 0;
}
.pricing-alluseful .table_wrapper table tr.thead_ttl .stu04 h3{
    color: #2993d5;
}
.pricing-alluseful .table_wrapper table tr.thead_link td{
    padding: 10px 0 30px;
}
.pricing-alluseful .table_wrapper table tr.thead_link td a{
    padding: 8px 30px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.pricing-alluseful .table_wrapper table tr.thead_link td a img{
    margin-left: 15px;
}
.pricing-alluseful .table_wrapper table tr.thead_link .stu04 a{
    background-color: #bcbcbc;
}
.pricing-alluseful .ttlM{
    font-size: 0.8em;
    color: #828282;
}

.course_alluseful .curriculum .curriculum_flow .arrow .third-half{
    height: 60.5%;
}
.curriculum .curriculum_flow .content h5.sttl{
    font-size: 20px;
    margin-bottom: 2%;
}
.curriculum .curriculum_flow .content h5.sttl{
    margin-top: 4%;
}
.curriculum .curriculum_flow .content h5.sttl b{
    color: #2993d5;
}

.graybox_flex02{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    justify-content: center;
    gap: 3%;
    max-width: 1000px;
    width: 90%;
    margin: 4% auto;
}
.gray-inbox img{
    margin-bottom: 5%;
}
.gray-inbox p{
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .graybox_flex02{
        display: block;
        margin: 5% auto;
    }
    .course_alluseful section.Support_system{
        padding: 0 0 70px;
    }
}

@media screen and (min-width: 768px){
    .pricing-alluseful .table_wrapper table tr.thead_link td a{
        transition: all 0.3s;
        display: inline-block;
    }
    .pricing-alluseful .table_wrapper table tr.thead_link td a:hover{
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px){
    .pricing-alluseful{
        padding: 80px 0;
    }
    .pricing-alluseful .table_wrapper table{
        width: 100%;
        margin-inline: auto;
    }
    .pricing-alluseful .table_wrapper table tr.thead_sub td:nth-child(1){
        width: 14%;
    }
    .pricing-alluseful .table_wrapper table tr.thead_sub td{
        font-size: 12px;
    }
    .pricing-alluseful .table_wrapper table tr.thead_ttl td h3{
        font-size: 18px;
    }
    .pricing-alluseful .table_wrapper table th{
        width: 24%;
    }
    .pricing-alluseful .table_wrapper table th,
    .pricing-alluseful .table_wrapper table td{
        font-size: 14px;
    }
}
/* PRICE-alluseful */

/*--------------------------------- ALLUSEFUL -------------------------------------*/




/*--------------------------------- Pro -------------------------------------*/
.pro-inner{
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
    margin-top: 4%;
}
.pro-inner .probox{
    width: 48%;
    background: #f4f4f4;
    padding: 0 0 5% 0;
    margin-bottom: 3%;
    border-radius: 20px;
}
.pro-inner .probox h4{
    background: #0d6da3;
    border-left: 0 solid #2a99d8 !important;
    padding: 3%;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    border-radius: 20px 20px 0 0;
}
.pro-inner .probox .txt p{
    margin: 5% 7% 0;
    line-height: 1.7;
}

/* PRICE-pro */
.pricing-pro{
    padding: 100px 0;
}
.pricing-pro .table_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0.5%;
}
.pricing-pro .table_wrapper table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.pricing-pro .table_wrapper table th{
    background-color: #222;
    color: #fff;
    padding: 25px 0;
}
.pricing-pro .table_wrapper table td{
    background-color: #f5f5f5;
}
.pricing-pro .table_wrapper table td.blank{
    background: none;
}
.pricing-pro .table_wrapper table .red{
    color: #EB4646;
}
.pricing-pro .table_wrapper table tr.thead_sub td{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.pricing-pro .table_wrapper table tr.thead_sub td::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}
.pricing-pro .table_wrapper table tr.thead_sub td:nth-child(1){
    width: 16%;
}
.pricing-pro .table_wrapper table tr.thead_sub .use01,
.pricing-pro .table_wrapper table tr.thead_sub .pro03,
.pricing-pro .table_wrapper table tr.thead_sub .all02{
    width: 28%;
}
.pricing-pro .table_wrapper table tr.thead_sub .stu04:before{
    background-color: #0d6da3;
}
.pricing-pro .table_wrapper table tr.thead_ttl td{
    font-size: 24px;
    padding: 10px 0;
}
.pricing-pro .table_wrapper table tr.thead_ttl .stu04 h3{
    color: #0d6da3;
}
.pricing-pro .table_wrapper table tr.thead_link td{
    padding: 10px 0 30px;
}
.pricing-pro .table_wrapper table tr.thead_link td a{
    padding: 8px 30px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.pricing-pro .table_wrapper table tr.thead_link td a img{
    margin-left: 15px;
}
.pricing-pro .table_wrapper table tr.thead_link .stu04 a{
    background-color: #bcbcbc;
}
.pricing-pro .ttlM{
    font-size: 0.8em;
    color: #828282;
}
div.course_pro .curriculum .curriculum_flow .arrow .second-half{
    height: 41.5%;
}
div.course_pro .curriculum .curriculum_flow .arrow .third-half{
    height: 57%;
}

@media screen and (max-width: 767px){
    .pro-inner{
        display: block;
    }
    .pro-inner .probox{
        width: 100%;
        margin: 4% 0 0;
        padding: 0 0 15% 0;
    }
    .pro-inner .probox h4 {
        padding: 7% 0;
    }
    .pro-inner .probox .txt p{
        font-size: 14px;
        margin: 10% 8% 0;
    }

    .pricing-pro{
        padding: 80px 0;
    }
    .pricing-pro .table_wrapper table{
        width: 100%;
        margin-inline: auto;
    }
    .pricing-pro .table_wrapper table tr.thead_sub td:nth-child(1){
        width: 14%;
    }
    .pricing-pro .table_wrapper table tr.thead_sub td{
        font-size: 12px;
    }
    .pricing-pro .table_wrapper table tr.thead_ttl td h3{
        font-size: 18px;
    }
    .pricing-pro .table_wrapper table th{
        width: 24%;
    }
    .pricing-pro .table_wrapper table th,
    .pricing-pro .table_wrapper table td{
        font-size: 14px;
    }
}
/*--------------------------------- Pro -------------------------------------*/


/* SUPPORT */
.support{
    background-color: #f5f5f5;
    padding: 100px 0 ;
}
.support .support_box{
    width: 90%;
    max-width: 1000px;
    margin: 30px auto;
}
.support .support_box .support_child{
    background-color: #fff;
    display: flex;
    gap: 4%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.support .support_box .support_child .num{
    display: block;
    position: absolute;
    text-align: right;
    right: -20px;
    top: -25px;
    color: #f5f5f5;
    font-family: century-gothic, sans-serif;
    font-weight: bold;
    font-size: 140px;
    line-height: 1;
}
.support .support_box .support_child img{
    display: block;
}
.support .support_box .support_child .content{
    padding: 50px 50px 30px 0;
}
.support .support_box .support_child .content h3{
    font-size: 32px;
    margin-bottom: 15px;
}
.support .support_box .support_child .content p{
    line-height: 2;
}
.support .middle{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 80px auto 30px;
}
.support .middle_flex{
    display: flex;
    gap: 3%;
    justify-content: center;
}
.support .middle_flex>div{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 50px;
}
.support .middle_flex>div h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.support .middle_flex>div .inner_flex{
    display: flex;
    gap: 10%;
    justify-content: center;
    align-items: center;
}
.support .middle_flex>div .inner_flex div p{
    font-size: 16px;
    line-height: 2;
}
.support .middle_flex>div .inner_flex div p.green{
    margin-top: 10px;
    color: #2a99d8;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .support .support_box .support_child{
        flex-wrap: wrap;
    }
    .support .support_box .support_child img{
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .support .support_box .support_child .content{
        padding: 30px 20px 20px;
    }
    .support .support_box .support_child .num{
        font-size: 95px;
        z-index: 0;
        right: -2%;
    }
    .support .support_box .support_child:nth-child(1) .num{
        top: 50%;
    }
    .support .support_box .support_child:nth-child(2) .num{
        top: 51%;
    }
    .support .support_box .support_child:nth-child(3) .num{
        top: 44%;
    }
    .support .support_box .support_child .content h3{
        font-size: 24px;
    }
    .support .support_box .support_child .content p{
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    .support .middle{
        font-size: 18px;
        line-height: 2;
        margin-top: 50px;
    }
    .support .middle_flex{
        flex-wrap: wrap;
        width: 90%;
        margin-inline: auto;
    }
    .support .middle_flex>div{
        padding: 20px 35px;
    }
    .support .middle_flex>div h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .support .middle_flex>div+div{
        margin-top: 20px;
    }
}
/* SUPPORT */

