@charset "utf-8";

/***********************************************
PC
************************************************/

/* ======== 共通 ======== */
* {
    box-sizing: border-box;
}
.pc {
    display: inherit;
}
.sp {
    display: none;
}
.row {
    width: 980px;
    margin: auto;
}
body {
    color: #333333;
    line-height: 1.5;
}
strong {
    color: #f2790d;
}
a img {
    transition: 0.3s;
}
a img:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex.top {
    align-items: baseline;
}
.mb0 {
    margin-bottom: 0!important;
}

/* ======== コンテンツ ======== */
header {
    padding: 10px 0;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header img {
    width: 110px;
    height: auto;
}
header a {
    display: inline-block;
    padding: 5px 30px 5px 20px;
    border: 1px solid #FFF;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}
header a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
header .row a::before {
    top: 50%;
    left: inherit;
    right: 10px;
    transform: translate(-50%, -50%);
}
nav.head {
    background: #FFF;
}
nav.head.follow {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 777777;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: top 1.0s ease;
}
nav.head ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
nav.head ul li {
    display: block;
    width: 100%;
    text-align: center;
    border-left: 1px solid #dedede;
}
nav.head ul li:last-child {
    border-right: 1px solid #dedede;
}
nav.head ul li a {
    display: block;
    padding: 5px 0 10px;
    position: relative;
}
nav.head ul li a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #00aebb;
    line-height: 1;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}
nav.head ul li a:hover {
    opacity: 0.8;
}
nav.head ul li a:link,
nav.head ul li a:visited,
nav.head ul li a:active {
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
main {
    background: #efe9e3;
    padding-bottom: 60px;
}
main .bg-white {
    background: #FFF;
}
.mv {
    padding-bottom: 40px;
}
.mv .flex {
    margin-bottom: 55px;
}
.mv .l p {
    font-size: 28px;
    font-weight: bold;
    margin-top: 45px;
}
.mv .l p span {
    font-feature-settings: "palt";
}
.mv .feature {
    display: flex;
    justify-content: space-between;
}
.mv .feature .item {
    background: #FFF;
    border-radius: 6px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.mv .feature .item .img {
    width: 70px;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
}
.mv .feature .item:first-child .img img {
    width: 85%;
}
.mv .feature .item .img img {
    width: 100%;
}
.cv {
    text-align: center;
    line-height: 1.3;
}
.cv a {
    display: inline-block;
    margin-bottom: 15px;
}
.cv p {
    text-align: center;
    font-size: 26px;
}
.achieve {
    padding: 40px 0;
}
section {
    padding: 60px 0;    
}
section p {
    font-size: 18px;
}
section .inner {
    background: #FFF;
    border-radius: 30px;
    position: relative;
    padding: 130px 30px 60px;
}
.circle-box {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}
.circle {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: bold;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    text-align: center;
    background: #ffea00;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
}
.circle span.text {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circle span span {
    font-size: 44px;
}
h1 {
    background: none;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    color: #333!important;
    margin-bottom: -20px;
}
.mfp-wrap h1 {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}
h2 {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #FFF;
    background: #00aebb;
    border-radius: 10px;
}
h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00aebb;
}
h3 {
    background: #d5edf1;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}
.special h3 {
    background: #f2790d;
    color: #FFF;
}
.catch {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
    margin-bottom: 20px;
}
.col02 .item {
    width: 450px;
}
.voice-area .item {
    background: #f9f3e4;
    border-radius: 10px;
    padding: 30px;
}
.voice-area .item {
    background: #f9f3e4;
    border-radius: 10px;
    padding: 30px;
}
.voice-area .item .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}
.voice-area .item .head h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    background:linear-gradient(transparent 75%, #ffea00 75%);
    display: inline;
    padding: 0;
    margin: 0;
}
.voice-area .item .head img {
    width: 185px;
    height: auto;
    display: block;
}
.voice-area .item .head .h img {
    width: 157px;
    height: auto;
    margin-bottom: 10px;
}
.voice-area .item p {
    font-size: 17px;
}
.question-area .item .box {
    background: #f9f3e4;
    padding: 30px;
    border-radius: 10px;
}
.question-area .item .box img {
    margin-bottom: 30px;
}
.question-area .item .box p {
    font-size: 16px;
}
.question-area .item .box br::after {
    content: " ";
}
.question-area02 {
    margin-top: 100px;
}
.learn-area {
    margin-bottom: 60px;
}
.learn-area .item .box {
    background: #f9f3e4;
    border-radius: 10px;
}
.learn-area .item .box p {
    padding: 20px 30px;
    font-size: 16px;
}
.follow-area img {
    width: 450px;
    height: auto;
}
.mov-area .mov {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    transform: translateY(0px);
    border-radius: 10px;
}
.mov-area .mov iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.game-area .flex,
.point-area .flex {
    margin-bottom: 30px;
}
.eng-area img {
    width: 450px;
    height: auto;
}
.eng-area .slide-box .item {
    position: relative;
}
.eng-area .slide-box .item .mov-box {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 355px;
}
.eng-area .slide-box .item .mov {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.eng-area .slide-box .item .mov iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.guide-area .item .box {
    background: #f9f3e4;
    border-radius: 10px;
    padding: 30px;
}
.guide-area .item .box img {
    margin-bottom: 30px;
}
.challenge-area {
    margin-bottom: 30px;
}
.price-area {
    margin-top: 50px;
}
.price-area .item.price {
    background: #d5edf1;
    font-size: 22px;
    border-radius: 10px;
    position: relative;
    padding: 75px 40px;
    text-align: center;
}
.price-area .item.price div {
}
.price-area .item.price b {
    font-size: 30px;
}
.price-area .item.price b span {
    font-size: 48px;
}
.safe-area ul {
    margin-bottom: 25px;
}
.sec04 ul li {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.sec04 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.sec04 ul li::before {
    content: url(/images/kids02/ico-check.png);
    position: absolute;
    top: 0;
    left: 0;
}
.sec04 ul li span {
    font-weight: normal;
}
.sec05 img {
    margin-bottom: 15px;
}
.btn01 {
    text-align: center;
}
.btn01 a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 174, 187);
    border-radius: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;    
    padding: 15px 20px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 25px;
    width: 450px;
    position: relative;
    text-align: center;
}
.btn01 a::before {
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.btn01 a:hover {
    transition: 0.3s;
    opacity: 0.8;
    color: #333;
}
.btn01.window a::before {
    background-image: url(/images/kids02/ico-window.png);
    width: 16px;
    height: 14px;
}
.btn01.scale a::before {
    background-image: url(/images/kids02/ico-scale.png);
    width: 30px;
    height: 30px;
}




/* ======== スライダー ======== */
.slide-box {
    position: relative;
}
.slick-slide {
    margin: 0 10px;
}
.slick-prev::before, .slick-next::before {
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    opacity: 1;
    display: block;
    font-size: 0;
}
.slick-prev::before {
    background-image: url(/images/kids02/ico-arrow-l.png);
}
.slick-next::before {
    background-image: url(/images/kids02/ico-arrow-r.png);
}
.slick-prev {
    width: 60px;
    height: 60px;
    cursor: pointer;
    left: -50px;
}
.slick-next {
    width: 60px;
    height: 60px;
    cursor: pointer;
    right: -50px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    background: none;
    outline: none;
    z-index: 99999;
    transition: 0.3s;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    width: 30px;
    height: 10px;
    padding: 0 20px;
}
.slick-dots li button {
    width: 30px;
    height: 10px;
    padding: 0 15px;
}
.slick-dots li button::before {
    width: 30px;
    height: 10px;
    font-size: 0;
    background: #e6e6e6;
    border-radius: 15px;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    background: #2a9cb0;
}
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

/***********************************************
SP
************************************************/
@media screen and (max-width: 667px){
    /* ======== 共通 ======== */
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    .row {
        width: 100%;
        padding: 0 3vw;
    }
    body {
        font-size: 3.4vw;
    }
    .flex {
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }

    /* ======== コンテンツ ======== */
    header {
        padding: 2vw 0;
    }
    header img {
        width: 25vw;
    }
    header a {
        padding: 1.5vw 5vw 1.5vw 3.5vw;
        font-size: 3.4vw;
    }
     header .row a::before {
        right: 1.5vw;
    }
    main {
        padding-bottom: 5vw;
    }
    .mv {
        padding-top: 5vw;
        padding-bottom: 5vw;
        text-align: center;
    }
    .mv .flex {
        margin-bottom: 5vw;
    }
    .mv .l p {
        font-size: 4.5vw;
        margin-top: 4vw;
        margin-bottom: 3vw;
    }
    .mv .l img {
        width: 60%;
        height: auto;
    }
    .mv .l p span {
        font-feature-settings: "palt";
    }
    .mv .r img {
        width: 85%;
    }
    .mv .feature {
        display: block;
        margin-top: 4vw;
    }
    .mv .feature .item {
        margin-top: 0;
        margin-bottom: 2vw;
        width: 100%;
        padding: 3vw 6vw;
        font-size: 4.5vw;
        text-align: left;
        line-height: 1.5;
    }
    .mv .feature .item p {
        font-size: 4vw;
    }
    .mv .feature .item .img {
        width: 17vw;
        margin-right: 5vw;
    }
    nav.head .row {
        padding: 0;
    }
    nav.head ul {
        padding: 3vw 0;
    }
    nav.head ul li {
        display: block;
        width: 100%;
        text-align: center;
        border-left: 1px solid #dedede;
        line-height: 1.2;
    }
    nav.head ul li:first-child {
        border-left: none;
    }
    nav.head ul li:last-child {
        border-right: none;
    }
    nav.head ul li a {
        padding: 1vw 0 2vw;
        font-size: 3.333vw!important;
    }
    nav.head ul li a::after {
        font-size: 4vw;
        bottom: -2vw;
    }
    .cv a {
        margin-bottom: 3vw;
    }
    .cv p {
        font-size: 4vw;
    }
    .achieve {
        padding: 6vw 0;
    }
    section {
        padding: 12vw 0 8vw;    
    }
    section p {
        font-size: 3.4vw;
    }
    section .inner {
        border-radius: 5vw;
        padding: 22vw 3vw 8vw;
    }
    .circle-box {
        top: -6.5vw;
    }
    .circle {
        height: 22vw;
        width: 22vw;
        font-size: 3.5vw;
    }
    .circle span span {
        font-size: 7vw;
    }
    h1 {
        font-size: 6.5vw;
        margin-bottom: -6vw;
        height: auto;
    }
    h2 {
        padding: 2.5vw 2vw;
        margin-top: 10vw;
        margin-bottom: 5vw;
        font-size: 4.5vw;
        border-radius: 2vw;
    }
    h2:before {
        margin-left: -3vw;
        border: 3vw solid transparent;
        border-top: 3vw solid #00aebb;
    }
    h3 {
        border-radius: 3vw;
        font-size: 4vw;
        padding: 2vw;
        margin-bottom: 4vw;
    }
    .catch {
        font-size: 5.5vw;
        margin-bottom: 4vw;
    }
    .col02 .item {
        width: 100%;
    }
    .voice-area .item {
        border-radius: 3vw;
        padding: 6vw;
    }
    .voice-area .item {
        border-radius: 3vw;
        padding: 6vw;
    }
    .voice-area .item .head {
        margin-bottom: 3vw;
    }
    .voice-area .item .head h3 {
        font-size: 5vw;
    }
    .voice-area .item .head img {
        width: 38vw;
    }
    .voice-area .item .head .h img {
        width: 30vw;
        margin-bottom: 3vw;
    }
    .voice-area .item p {
        font-size: 3.4vw;
    }
    .question-area .item .box {
        padding: 30px;
        border-radius: 10px;
    }
    .question-area .item .box img {
        margin-bottom: 30px;
    }
    .question-area .item .box p {
        font-size: 3.4vw;
    }
    .question-area02 {
        margin-top: 15vw;
    }
    .question-area02 .item.l {
        text-align: center;
        margin-bottom: 4vw!important;
    }
    .learn-area {
        margin-bottom: 10vw;
    }
    .learn-area .item .box {
        border-radius: 3vw;
    }
    .learn-area .item .box p {
        padding: 3vw 4vw;
        font-size: 3.4vw;
    }
    .follow-area img {
        width: 100%;
    }
    .mov-area .mov {
        border-radius: 3vw;
        margin-bottom: 4vw;
    }
    .game-area .flex,
    .point-area .flex {
        margin-bottom: 4vw;
    }
    .eng-area img {
        width: 100%;
    }
    .eng-area .slide-box .item .mov-box {
        width: 69.5vw;
    }
    .mail-area img {
        margin-bottom: 4vw;
    }
    .guide-area .item .box {
        border-radius: 3vw;
        padding: 4vw;
    }
    .guide-area .item .box img {
        margin-bottom: 4vw;
    }
    .challenge-area {
        margin-bottom: 4vw;
    }
    .challenge-area img {
        margin-bottom: 4vw;
    }
    .price-area {
        margin-top: 12vw;
    }
    .price-area .item.price {
        font-size: 5vw;
        border-radius: 3vw;
        padding: 4vw;
        margin-bottom: 4vw;
    }
    .price-area .item.price b {
        font-size: 5vw;
    }
    .price-area .item.price b span {
        font-size: 8vw;
    }
    .safe-area img {
        margin-bottom: 4vw;
    }
    .safe-area ul {
        margin-bottom: 4vw;
    }
    .sec04 ul li {
        font-size: 4vw;
        padding-bottom: 4vw;
        padding-left: 10vw;
        margin-bottom: 4vw;
    }
    .sec05 .row {
        padding-left: 0;
    }
    .sec05 img {
        margin-bottom: 3vw;
    }
    .btn01 a {
        font-size: 3.4vw;
        border-width: 2px;
        border-radius: 3vw;  
        padding: 3vw 5vw;
        margin-top: 6vw;
        width: 100%;
    }
    .btn01 a::before {
        left: 4vw;
    }
    .btn01.window a::before {
        width: 16px;
        height: 14px;
    }
    .btn01.scale a::before {
        width: 30px;
        height: 30px;
    }




    /* ======== スライダー ======== */
    .slick-slide {
        margin: 0;
        height: 100%!important;
    }
    .slick-prev::before, .slick-next::before {
        width: 8vw;
        height: 8vw;
    }
    .slick-prev {
        width: 8vw;
        height: 8vw;
        left: -5vw;
    }
    .slick-next {
        width: 8vw;
        height: 8vw;
        right: -5vw;
    }
    .slick-dots {
        bottom: -7vw;
    }
    .slick-dots li {
        width: 6vw;
        height: 3vw;
        padding: 0 3vw;
    }
    .slick-dots li button {
        width: 6vw;
        height: 3vw;
        padding: 0 3vw;
    }
    .slick-dots li button::before {
        width: 6vw;
        height: 2vw;
        border-radius: 5vw;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 10vw;
    }
    
}





/* ======== ポップアップ ======== */
#custom-content #priceBox .btn {
  text-align: center;
  position: relative;
}
#custom-content #priceBox {
  width: auto !important;
  padding: 15px;
  position: relative;
}
#custom-content #priceBox img, #custom-content #priceBox .btn {
    max-width: 100%;
    margin: 10px auto 30px;
    padding-bottom: 30px;
}
#custom-content #priceBox .btn img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#custom-content #priceBox .mfp-close.close-top {
  position: absolute;
  right: 15px;
  top: 10px;
}
#custom-content #priceBox .mfp-close.close-bottom {
  position: absolute;
  right: 40px;
  top: 15px;
}
@media screen and (min-width: 668px) {
  #priceBox .st, #materialBox .st, #followBox .st, #gakuryokuBox .st, #pageBox .st {
    background-color: #dff4f6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aad8db;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  #priceBox .st h4, #materialBox .st h4, #followBox .st h4, #gakuryokuBox .st h4, #pageBox .st h4 {
    display: block;
    line-height: 26px;
    background-image: url(../../images/pr_iconH4.png);
    background-repeat: no-repeat;
    background-position: 10px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
  }
  #priceBox, #materialBox, #followBox, #outlineBox, #gakuryokuBox, #pageBox {
    padding: 0px;
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #FFF;
  }
}
@media screen and (max-width: 667px) {
    #priceBox h4, #materialBox h4, #gakuryokuBox h4, #followBox h4, #pageBox h4 {
        display: block;
        font-size: 18px;
        line-height: normal;
        color: #333;
        border-bottom-width: 2px;
        border-bottom-style: none;
        border-bottom-color: #00AEBB;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        background-color: #b1e4e8;
        font-weight: bold;
        margin: 0px;
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
    }
    .inqBox {
        font-size: 0px;
        line-height: 0px;
        text-align: center;
    }
    #custom-content #priceBox .mfp-close.close-bottom {
      position: absolute;
      right: 0;
      top: 110px;
      bottom: -70px;
    }
    #custom-content #popBox .mfp-close.close-bottom img, #custom-content #popBox .mfp-close.close-bottom {
        position: absolute!important;
        text-align: center;
        width: 70px !important;
        right: 0!important;
        top: 100px!important;
    }
}

.terms * {
    box-sizing: border-box;
}
.terms .kiyaku, .terms .anshin {
    display: none;
    padding: 25px;
    border: 4px solid #d5edf1;
}
.terms .tab {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.terms .tab div {
    width: 48%;
}
.terms .tab a {
    width: 100%;
    color: #FFF;
    background: #BDBDBD;
    padding: 15px;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
}
.terms .tab a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.terms .tab a.open {
    background: #00AEBB;
    position: relative;
}
.terms .tab a.open::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00aebb;
}
.terms .tab div {
    display: block;
}
.terms .navbar-static-top {
    margin-bottom: 0;
}
.terms h2 {
    margin-top: 0;
}
.terms h2::before {
    content: none;
}
.terms .page-header {
    margin-bottom: 40px;
}
.terms footer {
    background: #00AEBB;
    color: #FFF;
    text-align: center;
    padding: 15px;
    margin-top: 25px;
}
@media screen and (max-width: 667px) {
    .terms .tab {
        margin-bottom: 5vw;
    }
    .terms .tab a {
        font-size: 2.6vw;
    }
}