/*color*/
:root {
    --green:#327D73;
    --darkgreen: #385248;
    --lightgreen: #d2f5f0 !important;
    --yellow: #FFCA39;
    --blue: #3F93D5;

    --brown: #575937;
    --lightyellow: #FFF8D5;
    --darkblue: #1E4F79;
    --lightblue: #CCEFFF;
    --red:  #E4604C;
    --gray: #BCD4DF;
     }


.teacher-wrap .mx-fix {
        padding: 0 10px !important;

    }

/*クイズ*/
.ee .quiz-area .modal .close_modal {
    background: var(--green);
}
.ee .quiz-area .question .wrapper .question__text {
    color:  var(--green);
    border-bottom: dashed 3px var(--lightgreen);
}
.ee .quiz-area .question .wrapper .question__item {
    background-color:var(--lightgreen);
    color: var(--darkgreen);
}
.ee .quiz-area .question .wrapper .answer__explanation {
    color: var(--darkgreen);
}
.ee .quiz-area .question .wrapper #js-nextQuestion {
    border: solid 2px var(--darkgreen);
    color: var(--darkgreen);
}

.ee .quiz-area .answer_result_text {
    color: var(--darkgreen);
}

.ee .quiz-area .modal .pr_box .detail-box a {
    color: var(--darkgreen);
}
.ee .quiz-area .result h2 {
    border-bottom: dashed 3px var(--lightgreen);
}

.quiz-area .question .wrapper .answer__supplement {
    color: var(--darkgreen);
    font-size: var(--14px);
    font-weight: 500;
    line-height: 1.7;
    max-width: 700px;
    margin: 10px auto 0;
}


@media (max-width: 575px) {
    .ee .quiz-area .modal .close_modal {
        top: 190px;
    }
.ee  .quiz-area .modal .quiz_box {
        padding: 200px 0px 0px;
    }
.ee .quiz-area .modal {
    min-height: 1300px;
}
}


/* top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee #top {
    background: linear-gradient(0deg, rgba(255,202,57,1) 60%, rgba(63,147,213,1)100%);
}

.ee #top .cloud-wrap .cloud01 {
    width: 12%;
}
.ee #top .cloud-wrap .cloud02 {
    width: 15%;
}

/* sec01
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee #sec01 {
    background-color: var(--green);
    position: relative;
}

.ee .sec01 {
    padding: 60px 0px 160px !important;
}


.ee .sec01 .box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 10px 10px #295c49;
    padding: 25px 25px 18px;
    position: relative;
    margin: 10px;
    text-align: center;
}

.ee .sec01 .box .profile {
    border-right: dashed 3px var(--lightgreen);
    border-radius: 3px;
}

.ee .sec01 .box p {
    color: var(--darkgreen);
}


.ee #sec01 .cloud-wrap .cloud01 {
    top: 0;
    position: absolute;
    width: 8%;
}


.ee #sec01 .cloud-wrap .cloud02 {
    top: 40%;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 23%;
}

.ee #sec01 .cloud-wrap .cloud03 {
    bottom: 10%;
    right: 0;
    position: absolute;
    width: 23%;
}


/* sec02
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee #scene2 .cloud01  {
    top: -7%;
    width: 20%;
}

.ee .sec02 #item01 {
    top: 4%;
    left: 0;
    width: 20%;
}

.ee .sec02 #item02 {
    left: 8%;
    bottom: 2% !important;
    width: 19%;
}

.ee .sec02 #item03 {
    top: 3% !important;
    left: inherit;
    right: 0;
    width: 19%;
}



/* sec03
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee #scene3 .cloud01  {
    width: 15%;
}

.ee .sec03 #item04 {
    top: 2%;
    width: 23%;
    right: 7%;
}

.ee .sec03 #item05 {
   top: 8%;
   left: 0;
    width: 22%;
}

.ee .sec03 #item06 {
  bottom: 2%;
   right: 5%;
   width: 22%;
}


/* sec04
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee .sec04 #item07 {
    top: inherit;
    left: 3%;
    bottom: 3%;
    width: 21%;
}

.ee .sec04 #item08 {
    top: 21%;
    left: 5%;
    width: 20%;
}

.ee .sec04 #item09 {
    top: 3%;
    right:0;
    width: 26%;
}

/* sec05
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee .sec05 {
    position: relative;
}
.ee  .sec05 .cloud-wrap .cloud01 {
    position: absolute;
    right: 2%;
    top: -8%;
    width: 10%;
    z-index: 1;
}

/* トップ お仕事図鑑
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee .top-career .slick-dots .slick-active button::before {
    color: var(--green) !important;
}
.ee  .top-career .btn {
    background-color: var(--green) ;
    box-shadow: 6px 6px #84ccc2;
}
.ee .top-career .btn:after {
    content: url(../img/pop_contents_btn_yellow.png);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.55);
    position: absolute;
    top: -2px;
    right: 7px;
}



/* モーダル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.inline-modal .tit-wrap {
    background-color: var(--green) !important;
}
.inline-modal .tit-wrap img {
    display: block;
}
.inline-modal h4 {
    color: var(--green) !important;
}
.inline-modal p {
    color: var(--darkgreen) !important;
}
.inline-modal .speech-balloon {
    background-color: var(--lightgreen) !important;
}
.inline-modal .speech-balloon-left:after {
    border-left: 20px solid  var(--lightgreen) !important;
    top: 40% !important;
}
.inline-modal .speech-balloon-right {
    margin-top: 15px;
}
.inline-modal .speech-balloon-right:after {
    border-right: 20px solid  var(--lightgreen) !important;
}
.inline-modal .btn {
    background-color: var(--green) !important;
}
.inline-modal .btn:after {
    content: url(../img/pop_contents_btn_green02.png) !important;
}
.inline-modal .btn-close {
    border: solid 2px var(--green) !important;
    color:  var(--green) !important;
}

.inline-modal a:hover {
    text-decoration: none;
}

.inline-modal .box .btn-twoline:after {
    top: 2px;
  }


  /* お仕事図鑑
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ee-career .sec01-top {
    background-color: var(--green) !important;
}

.ee-career .sec02 {
    background: linear-gradient(120deg, rgb(190, 250, 141) 0%, rgb(29, 148, 132) 100%) !important;
}

.ee-career .sec02 .sec02-teacher {
    top: -10.5% !important;
}

.career-inline-modal ul {
    color: var(--darkgreen) !important;
}




/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ee  footer .footer-top {
    background: linear-gradient(0deg, rgba(255,202,57,1) 30%, rgba(63,147,213,1)100%);
}

.ee footer .cloud-wrap .cloud01 {
    width: 15%;
    left: 1%;
    top: inherit;
    bottom: 17%;
}

.ee footer .cloud-wrap .cloud02 {
    width: 18%;
    right: 0;
    bottom: 10%;
}

.ee footer .cloud-wrap .cloud03 {
    width: 15%;
    left: 0;
    top: -8%;
    position: absolute;
}

.ee footer .footer-top .btn:after {
    content: url(../img/pop_contents_btn_red.png) ;
}

.ee  footer .footer-top .btn {
    box-shadow: 6px 6px #ada057;
    background-color: var(--red);
    color: #fff;
}


/* レスポンシブ
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 1024px) {
/*–– top –––––– */
.ee #top .cloud-wrap .cloud01 {
    width: 17%;
}
.ee #top .cloud-wrap .cloud02 {
    bottom: 40%;
    width: 23%;
}

/*–– sec01 –––––– */
.ee #sec01 .cloud-wrap .cloud03 {
    bottom: 0%;
    width: 23%;
}

/*–– sec02 –––––– */
.ee .sec02 #item01 {
    top: 1%;
    width: 45%;
}

.ee .sec02 #item02 {
    left: 0%;
    bottom: 6% !important;
    width: 45%;
}

.ee .sec02 #item03 {
    top: 23% !important;
    left: 0;
    width: 45%;
}

/*–– sec03 –––––– */
.ee .sec03 #item04 {
    top: 1%;
    width: 53%;
    left: 2%;
}

.ee .sec03 #item05 {
   top: 22%;
    width: 50%;
}

.ee .sec03 #item06 {
  bottom: 10%;
   left: 0;
   width: 52%;
}

.ee #scene2 .cloud01 {
    top: 0%;
    width: 25%;
}

/*–– sec04 –––––– */
.ee .sec04 .bg {
        bottom: 0px;
    }

.ee .sec04 #item07 {
    left: 3%;
    bottom: 35%;
    width: 50%;
}

.ee .sec04 #item08 {
    top: 18%;
    left: 5%;
    width: 50%;
}

.ee .sec04 #item09 {
    top: 68%;
    left: 0;
    width: 55%;
}

.ee #scene3 .cloud01 {
    top: 0;
    width: 25%;
    z-index: 1;
}

/*–– sec05 –––––– */
.ee .sec05 .cloud-wrap .cloud01 {
    right: 0%;
    width: 20%;
}

/*–– footer –––––– */
.ee footer .cloud-wrap .cloud01 {
    width: 15%;
    bottom: 45%;
}

.ee footer .cloud-wrap .cloud02 {
    width: 18%;
    bottom: 38%;
}

.ee footer .cloud-wrap .cloud03 {
    width: 22%;
    top: 0%;
}

}

@media (max-width: 575px) {
 #scene1, #scene2, #scene3 {
        min-height: 100vh;
        padding-top: 0px !important;
 }

/*–– sec01 –––––– */
.ee .sec01 .box .profile {
    border-right: dashed 0px var(--lightgreen) !important;
    border-bottom: dashed 3px var(--lightgreen) !important;
    margin-bottom: 15px;
}

.ee #sec01 .cloud-wrap .cloud01 {
    top: -2%;
    width: 13%;
}

.ee #sec01 .cloud-wrap .cloud02 {
    top: 85%;
}

.ee #sec01 .cloud-wrap .cloud03 {
    bottom: 5%;
    width: 23%;
}

/*–– sec02 –––––– */
.ee .sec02 #item01 {
    width: 58%;
}

.ee .sec02 #item02 {
    width: 58%;
}

.ee .sec02 #item03 {
    width: 60%;
}

/*–– sec03 –––––– */
.ee .sec03 #item04 {
    top: 0;
    width: 61%;
    left: 2%;
}

.ee .sec03 #item05 {
   top: 22%;
    width: 60%;
}

.ee .sec03 #item06 {
  bottom: 10%;
   left: 0;
   width: 59%;
}


/*–– sec04 –––––– */
.ee .sec04 #item07 {
    left: 3%;
    bottom: 35%;
    width: 62%;
}

.ee .sec04 #item08 {
    top: 15%;
    left: 5%;
    width: 62%;
}

.ee .sec04 #item09 {
    top: 68%;
    left: 0;
    width: 66%;
}

.inline-modal  .speech-balloon-big .speech-balloon-sp:after {
    margin-top: 90px;
}
.inline-modal  .speech-balloon-small .speech-balloon-sp:after {
    margin-top: 72px;
}

/*–– お仕事図鑑 –––––– */
.ee-career .sec01 {
        padding: 100px 20px 140px 15px !important;
}
.ee-career .career-img {
    margin-bottom: 10px;
}
.ee-career .sec02 .sec02-teacher {
    max-width: auto !important;
    width: 70% !important;
    top: -16% !important;
    left: 50% !important;
}
}