@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@400;700&display=swap');

/* Base, Typography */
* {
    font-family: 'Noto Sans JP', sans-serif;
    color: #0F2950;
}
body {
    padding-top: 50px;
}
@media (max-width: 767.98px) { 
    body {
        padding-top:40px;
    }
 }
.ppn {
    font-family: 'Poppins', sans-serif;
}
p {
    font-size:16px;
    line-height: 1.8em;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.5em;
}
ul {
    list-style: none;
    padding-left: 0px;
}

/* common */
.cv-btn {
    background: #FF8A00;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color:#fff;
    cursor: pointer;
    transition: color 0.5s;
}
.cv-btn:hover {
    background-color: #F1CB28;
    color:#fff;
}
.sec-title {
    text-align: center;
    margin-bottom: 2em;
    padding-top:60px;
}
.sec-title h2 {
    font-size:35px;
    font-weight: bold;
    color: #0F2950;
    position: relative;
    margin-bottom: .3em;
}
.sec-title h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px; 
    display: inline-block;
    width: 150px; 
    height: 2px; 
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); 
    background-color: #049DE3;
}
.sec-title span {
    color: #049DE3;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .3em;
}
.blue-btn {
    font-size: .9em;
    padding:1.2em;
    border-radius: 6px;
    color:#fff;
    text-decoration: none;
    background-color: #049DE3;
    box-shadow: 0 5px 0 #297BC1;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: color 0.5s;
}
.blue-btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}
.yellow-btn {
    font-size: .9em;
    padding:1.2em;
    border-radius: 6px;
    color:#fff;
    text-decoration: none;
    background-color: #DEC143;
    box-shadow: 0 5px 0 #9F8A30;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: color 0.5s;
}
.yellow-btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}
.cve-btn {
    background: #FF8A00;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 30px;
    opacity: 1;
    padding:1em 2em !important;
    color:#fff;
    cursor: pointer;
    text-decoration: none;
    font-size:.9em;
    transition: color 0.5s;
}
.cve-btn:hover {
    background-color: #F1CB28;
    color:#fff;

}
@media (max-width: 767.98px) { 
    .table-responsive th,
    .table-responsive td {
        display: block;
        width: 100%;
    }
}

/* header */
header {
    border-bottom:1px solid #C1C1C1;
}
.head-line {
    font-size:.7em;
    font-weight: normal;
    color:#fff;
    background-color:#0F2950;
    padding:.3em 0;
    height:25px;
}
.head-line span {
    color:#fff;
}
.head-line-off {
    display:none;
}
.head-line-on {
    display: block;
}
.navbar-brand img {
    width: 220px;
}
.nav-item {
    font-size:.9em;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
@media (max-width: 767.98px) { 
    .head-line {
        padding-left: 15px;
    }
    .navbar {
        padding:0;
    }
    .navbar-brand {
        padding:10px 0;
    }
    .navbar-brand img {
        width: 180px;
        padding-left: 15px;
    }
    header .container {
        padding:0px
    }
    .navbar-toggler {
        border:none;
        background-color: #297BC1;
        color:#fff;
        height: 62px;
        border-radius: 0px;
        width:62px;
    }
    .navbar-toggler span {
        color:#fff;
        font-size:12px;
    }
    .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow:none;
    }
    .navbar-toggler i {
        color:#fff;
    }
    .navbar-collapse {
        background-color: #0F2950;
        text-align: center;
    }
    .navbar-collapse a {
        color:#fff;
        padding:1.3em 0;
    }
    .navbar-collapse a:hover {
        color:#049DE3;
    }
    .navbar-collapse .cv-btn {
        display: inline-block;
    }
    .navbar .info {
        display: block;
        padding:1em;
        background-color: #DAF1FC;
    }
    .navbar .info p {
        font-size: .9em;
        line-height: 1.5em;
        margin-bottom: 0px;
    }
}
/* section */
section {
    padding:45px 0;
}


/* top */
#cover {
    padding-bottom:40px;
    background: url('../img/lead-bg.png');
    background-size: contain;
    text-align: center;
}

.cover-banner {
    text-align: center;
    position:relative;
    top: -4vw;
}
.cover-banner a {
    display: inline-block;
}
.cover-banner img {
    border-radius: 8px;
    border:1px solid #049DE3;
}
.lead {
    position: relative;
    top: -2vw;
}
.lead h2 {
    color:#fff;
}
.lead h3 {
    color:#F1CB28;
}
.lead p {
    color:#fff;
}
@media (max-width: 767.98px) { 
    .cover-banner {
        top:-12vw;
    }
    .lead {
        top: -5vw;
    }
}
.lead-point h4 {
    margin-bottom: 0px;
}
.lead-point p {
    background-color: #fff;
    text-align: left;
    padding:1em 2em;
    border-radius: 0 0 5px 5px;
}
.lead-point p span {
    color:#049DE3;
    font-weight: bold;
}

#news {

}
#news ul li {
    margin-bottom: 2em;
    padding-bottom: .6em;
    border-bottom: 1px solid #f2f2f2;
}
.news-date {
    color:#049DE3;
    margin-right: .5em;
}
.news-cat a {
    background-color: #0F2950;
    color: #fff;
    padding:.3em .6em;
    margin-right: .5em;
    font-size: .8em;
    text-decoration: none;
}
.news-cat a:hover {
    background-color: #049DE3;
    color: #fff;
}
#news h3 {
    line-height: 1em;
    margin-top: .3em;
}
#news h3 a {
    font-size: 16px;
    text-decoration: none;
    color: #0F2950;
}
#news h3 a:hover {
    color:#049DE3;
}
#skills {
    background: url('../img/bg-02.svg');
    background-size: 35px;
}
.skill-set {
    background-color: #fff;
    padding: 2em;
    position: relative;
    margin-bottom: 45px;
}
.skill-set:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
}
.skill-set .col-md-4 {
    margin-bottom: 15px;
}
.skill-set h3 {
    text-align: center;
    font-size: 20px;
    color:#0F2950;
    font-weight: bold;
    margin: .5em 0;
}
.skill-set h4 {
    text-align: center;
    background-color: #4D9EE3;
    color: #fff;
    padding:.5em;
    border-radius: 99px;
    font-size: .9em;
}
.skill-effect p {
    background-color: #FFFDD5;
    padding:.8em 1.1em;
}

#course {
    background: url('../img/bg-01.svg');
    background-size: 20px;
}
.course-scratch,
.course-robot {
    padding:0 2em;
}
#course .course-title {
    text-align: center;
}
.course-title .course-target {
    display: inline-block;
    padding:.3em 1em;
    border:3px solid #049DE3;
    color: #049DE3;
    background-color: #fff;
    font-size: .9em;
}
.course-target {
    margin-bottom: 0px;
    transform: translateY(1.5em);
}
.course-title h3 {
    background-color: #049DE3;
    color:#fff;
    padding:1em 0 .6em 0;
    margin-bottom: 0;
    box-shadow: 0 0 5px;
    border:1px solid #dedede;
    border-top-width: 0px;
    border-bottom-width:0px;
}
.course-title h4 {
    color:#049DE3;
    background-color: #CEECFD;
    font-size:110%;
    padding:.6em;
    font-weight: bold;
    margin-bottom: 0;
}
.course-body {
    background-color: #fff;
    padding:1.5em;
    padding-top:2em;
    border:1px solid #dedede;
    border-top-width: 0px;
}
.side-border {
    border:1px solid #dedede;
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.course-body h5 {
    color:#049DE3;
    border-bottom:1px solid #049DE3;
    padding-bottom: .4em;
    margin-bottom: .6em;
}
.course-body ul {
    margin-bottom: 1em;
}
.course-body ul li {
    margin-bottom: .6em;
    font-weight: bold;
}
.course-body table,
.course-body tr,
.course-body th,
.course-body td {
    border-color: #0F2950;
}
.course-body th {
    background-color: #049DE3;
    color:#fff;
    font-weight: normal;
}
.course-scratch .course-body th {
    background-color: #DEC143;
}
.price-table,
.price-table th,
.price-table td,
.price-table tr {
    border:3px solid #fff;
    font-size: .9rem;
}
.price-table th {
    background-color:#CACDD7;
    color:#0F2950;
    vertical-align:middle
}
.price-table .robot-th {
    background-color: #049DE3;
    color:#fff;
}
.price-table .scratch-th {
    background-color: #DEC143;
    color:#fff;
}
.price-table .robot-td {
    background-color: #B2E1F7;
}
.price-table .scratch-td {
    background-color: #F5ECC5;
}
.price-table th,
.price-table td {
    padding:2em 1em;
    font-weight: bold;
}
.price-table td {
    background-color:#F1F2F4 ;
}
.payment-table,
.payment-table tr,
.payment-table td,
.payment-table th {
    border:3px solid #049DE3;
    text-align: center;
    color:#049DE3;
    font-weight: bold;
}
.payment-table th {
    background-color: #049DE3;
    color:#fff;
    
}
#qa {
    background: url('../img/bg-01.svg');
    background-size: 20px;
}
#qa ul li {
    margin-bottom: 2em;
}
#qa ul li h3 {
    background-color: #0F2950;
    color:#fff;
    margin-bottom: 0px;
    font-size:1.1rem;
    padding:.6em .9em;
    vertical-align: middle;
}
#qa ul li h3 span {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color:#049DE3;
    font-size:1.6rem;
}
#qa .qa-list p {
    background-color: #DCEAF2;
    padding:1em;
}
.entry-text {
    text-align: center;
}
.entry-text span {
    color: #049DE3;
    font-weight: bold;
}

#blog {
    background-color: #DCEAF2;
}
#blog .news-list a {
    text-decoration: none;
    color:#0F2950;
    display: inline-block;
    border:3px solid #fff;
}
.news-page .news-list a {
    border:3px solid #dedede !important;
}
#blog .news-list a:hover {
    color: #049DE3;
    border:3px solid #049DE3;
}
.news-page .news-list a:hover {
    border:3px solid #049DE3 !important;
}
#blog .news-list .blog-item {
    padding:15px;
}
#blog .news-list .inner {
    background-color: #fff;
}
#blog .news-list .blog-date {
    padding:.6em 1em;
    color:#049DE3;
    margin-bottom: 0px;
    padding-bottom:0px;
}
#blog .news-list .blog-cat {
    padding:3px;
    background-color: #0F2950;
    color:#Fff;
    display: inline-block;
    font-size:.6em;
    margin-left: 1.4em;
    margin-bottom: 0px;
}
#blog .news-list h3 {
    font-size:1rem;
    padding:1em;
}
.swiper [class^="swiper-button-"]{
    color: #049DE3;
 }
 /* ページネーション */
 .swiper-pagination {
    position: relative !important;
    margin-top: 10px !important;
}
.swiper-pagination-bullet-active {
    color: #049DE3;
    background-color: #049DE3 !important;
}

#info h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
}

#info table th {
    white-space: nowrap;
}
#info table td {
    font-size:.9em;
    line-height: 1.7em;
}
#info table td h4 {
    color:#049DE3;
    font-size: 1rem;
    font-weight: bold;
}
#info table .no-border {
    border-bottom-width: 0px;
}
a.tel,
a.tel i {
    font-size:2rem;
    color: #049DE3;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.5s;
    margin:.3em 0;
}
a.tel:hover ,
a.tel:hover i {
    color: #B2E1F7;
}

#map {
    padding:0;
}
.map {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 767.98px) { 
    .map {
        padding-bottom: 75%;
    }
 }

#sns {

}
#sns .sns-nav {
    text-align: center;
}
#sns .sns-link {
    margin: 2em 0;
}
#sns .sns-link a i {
    font-size: 50px;
    padding:0 10px;
    color:#0F2950;
    transition: color 0.5s;
}
#sns .sns-link a:hover i {
    color: #049DE3;
}

#trial {
    background-color: #CCEBFA;
    text-align: center;
    padding:0;
}
#trial .row div {
    margin-bottom: 0px;
}
#trial h3 {
    font-weight: bold;
}
#trial p strong {
    color:#0F2950;
}
#trial p {
    margin-bottom: 3em;
}
@media (max-width: 767.98px) { 
    #trial .trial-text {
        padding:20px 0;
    }
    #trial .row div {
        margin-bottom: 0px;
    }
}

footer {
    border-top:1px solid #049DE3;
}
footer .cta {
    padding:3em 0;
}
footer .cta p {
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5em;
}
footer .cta small {
    font-weight: normal;
    font-size:.75em;
}

.footer-nav {
    text-align: center;
    background-color: #0F2950;
    padding:1em 0;
}
.footer-nav a {
    color:#fff;
    text-decoration: none;
    display: inline-block !important;
    padding:0 5px !important;
    font-size:.8em;
    transition: color 0.5s;
}
.footer-nav a i {
    color:#fff;
}
@media (max-width: 767.98px) { 
    .footer-nav a {
        display: block;
        padding:1em 0;
        font-size:.8em;
    }
 }
.footer-nav .cve-btn {
    padding:.5em 1em !important;
}
.footer-nav a:hover,
.footer-nav a:hover i {
    color:#049DE3;
}
.footer-nav a.cve-btn:hover {
    color:#0F2950;
}

.cr {
    text-align: center;
}
.cr p {
    margin: 1em 0;
    font-size:.85em;
}

.page-top {
    position: fixed;
    right:20px;
    bottom:20px;
}

/*---------
pages
----------*/

.page-title {
    padding:110px 0 60px 0;
    background: url('../img/lead-bg.png');
    background-size: cover;
    background-position: center center;
    text-align: center;
    color:#fff;
}

#trial-lead {

}
#trial-lead h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}
#trial-lead h2 span {
    color:#049DE3;
}
#trial-lead .point {
    background-color:#FDF1E3 ;
    font-size:.9em;
    padding:1em;
    border-radius: 3px;
}

#trial-lead .point ul {
    margin-bottom: 0;
    padding-left:2em;
    list-style-type: square;
}
#trial-lead .point ul li {
    margin-bottom: .6em;
}
#trial-lead .point span {
    color:#FF8A00;
}

#trial-program h2 {
    display: inline-block;
    text-align: center;
    background-color: #049DE3;
    color:#fff;
    font-size:1.2em;
    padding:.4em 1em;
    margin-bottom: 0px;
}
#trial-program .program {
    border: 3px solid #049DE3;
    padding:2em;
}
#trial-program h3 {
    border-top:1px solid #049DE3;
    color:#049DE3;
    border-bottom:1px solid #049DE3;
    padding:.4em 0;
    text-align: center;
    margin-top: 2em;
    font-weight:bold;
}
#trial-program h3:first-child {
    margin-top: 1em;
}
#trial-program h4 {
    text-align: center;
    color:#fff;
    background-color: #0F2950;
    font-size:1.2em;
    padding:.7em 0;
    margin-bottom: 0;
}
#trial-program table,
#trial-program table tr,
#trial-program table td,
#trial-program table th {
    border:1px solid #0F2950;
    font-size: 1em;
}
#trial-program table {
    font-size: .9em;
}
#trial-program table th {
    background-color: #FFFDD5;
}
#contact {
    background: url('../img/lead-bg.png');
    background-size: contain;
}
#contact .sec-title h2,
#contact .sec-title span {
    color:#fff;
}
#contact .sec-title h2:before {
    background-color: #fff;
}
#contact .form-area {
    padding:2em;
    background-color: #fff;
    padding-bottom:4em;
}
#contact .form-area p.form-lead span {
    color:#FF8A00;
}
#contact .form-area table {
    border-top:1px solid #049DE3;
    padding-top:40px;
}
#contact .form-area table th {
    white-space: nowrap;
}
#contact .form-area table tr,
#contact .form-area table td,
#contact .form-area table th {
    padding:1em .5em;
}
#contact small {
    color:#D83B01;
}
div.wpcf7 .wpcf7-spinner {
    display: block;
}
#contact button {
    outline: none !important;
}
#contact .form-area .privacy-check {
    padding:2em 0;
    border-bottom:1px solid #dedede;
    text-align: center;
    margin-bottom: 2em;
}
#contact .form-area .privacy-check p {
    margin-bottom: 0;
}
#contact .pcheck {
    margin-top: 20px;
}
.thankyou-card div {
    padding:40px 20px;
    border:3px solid #049DE3;
}

#single .single-cat a {
    padding:0px 8px;
    background-color: #0F2950;
    color:#Fff;
    display: inline-block;
    text-decoration: none;
    font-size:.6em;
    margin-right: 1.4em;
    margin-bottom: 0px;
}

#single .single-cat a:hover {
    background-color:#049DE3;
}

#single .single-date {
    color:#049DE3;
}
#single h2 {
    font-size:1.3em;
    border-bottom: 1px solid #049DE3;
    padding-bottom:.8em;
    margin-bottom: .8em;
}

.single-nav {
    border-top: 1px solid #049DE3;
    padding-top:2em;
    margin-top:2em;
}

.single-nav a,
.single-nav i {
    color:#049DE3 !important;
    text-decoration: none;
}

.single-nav a:hover {
    color:#0F2950 !important;
    text-decoration: none;
}


/* Category, Archive */
.select-box {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.select-box::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #297BC1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.select-box select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #297BC1;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: .9em;
    cursor: pointer;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}
.wp-pagenavi a {
    padding:.4em .8em;
    background-color: #049DE3;
    color:#fff;
    margin: 0 3px;
    text-decoration: none;
    border:1px solid #049DE3;
}
.wp-pagenavi a i {
    color:#fff;
}
.wp-pagenavi a:hover {
    background-color: #fff;
    border-color: #049DE3;
    color:#049DE3;
}
.wp-pagenavi a:hover i {
    color:#049DE3;
}
.wp-pagenavi span.current {
    margin: 0 3px;
    padding:.4em .8em;
    color:#049DE3;
    border:1px solid #049DE3;
    background-color: #fff;
}



input.wpcf7-submit {
    margin:0em !important;
    background-color: #FF8A00 !important;
    border-radius: 99px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition:0.5s;
    padding:.4em 1.5em !important;
    outline-width: 0px;
    border:none;
}

input.wpcf7-submit:hover {
    background-color:#f2d500 !important;
    color: #fff !important;
}

.btn-submit {
    width: 100%;
    text-align: center;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

input.prev-btn {
    background-color: #aaa !important;
    border-radius: 99px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: bold !important;
    transition:0.5s;
    padding:.2em 1em !important;
    outline-width: 0px;
    border:none;
}

input.prev-btn:hover {
    background-color:#ddd !important;
    color: #fff !important;
}